Searched defs:StructInfo (Results 1 – 2 of 2) sorted by relevance
120 struct StructInfo { struct121 StringRef Name;122 bool IsUnion = false;123 bool Initializable = true;124 unsigned Alignment = 0;125 unsigned AlignmentSize = 0;126 unsigned NextOffset = 0;127 unsigned Size = 0;128 std::vector<FieldInfo> Fields;129 StringMap<size_t> FieldsByName;[all …]
257 struct StructInfo { struct265 bool operator==(const StructInfo &RHS) const { argument