structstd.zig.llvm.Builder.Constant.Assembly.Info[src]

Fields

sideeffect: bool = false
alignstack: bool = false
inteldialect: bool = false
unwind: bool = false

Source Code

Source code
pub const Info = packed struct {
    sideeffect: bool = false,
    alignstack: bool = false,
    inteldialect: bool = false,
    unwind: bool = false,
}