Home
last modified time | relevance | path

Searched defs:StructInfo (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp128 struct StructInfo { struct
129 StringRef Name;
130 bool IsUnion = false;
131 bool Initializable = true;
132 unsigned Alignment = 0;
133 unsigned AlignmentSize = 0;
134 unsigned NextOffset = 0;
135 unsigned Size = 0;
136 std::vector<FieldInfo> Fields;
144 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo() function
[all …]