Searched defs:StructInfo (Results 1 – 2 of 2) sorted by relevance
44 struct StructInfo { struct48 bool operator==(const StructInfo &RHS) const { argument
125 struct StructInfo { struct126 StringRef Name;127 bool IsUnion = false;128 bool Initializable = true;129 unsigned Alignment = 0;130 unsigned AlignmentSize = 0;131 unsigned NextOffset = 0;132 unsigned Size = 0;133 std::vector<FieldInfo> Fields;134 StringMap<size_t> FieldsByName;[all …]