Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp125 struct StructInfo { struct
139 StructInfo() = default;
140 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue);
165 StructInfo Structure;
168 StructFieldInfo(std::vector<StructInitializer> V, StructInfo S);
177 StructFieldInfo StructInfo; member
186 struct StructInfo Structure);
218 StructInfo S) { in StructFieldInfo()
223 StructInfo::StructInfo(StringRef StructName, bool Union, in StructInfo() function in __anoncc01912d0111::StructInfo
227 FieldInfo &StructInfo::addField(StringRef FieldName, FieldType FT, in addField()
[all …]