Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp128 struct StructInfo { struct
129 StringRef Name;
130 bool IsUnion = false;
131 unsigned Alignment = 0;
132 unsigned Size = 0;
133 unsigned AlignmentSize = 0;
134 std::vector<FieldInfo> Fields;
135 StringMap<size_t> FieldsByName;
142 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo() function
187 StructFieldInfo StructInfo; member
[all …]