Searched refs:StructInfo (Results 1 – 3 of 3) sorted by relevance
120 struct StructInfo { struct134 StructInfo() = default;135 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue);160 StructInfo Structure;163 StructFieldInfo(std::vector<StructInitializer> V, StructInfo S);172 StructFieldInfo StructInfo; member181 struct StructInfo Structure);213 StructInfo S) { in StructFieldInfo()218 StructInfo::StructInfo(StringRef StructName, bool Union, in StructInfo() function in __anon60b61cd60111::StructInfo222 FieldInfo &StructInfo::addField(StringRef FieldName, FieldType FT, in addField()[all …]
257 struct StructInfo { struct265 bool operator==(const StructInfo &RHS) const { argument268 bool operator!=(const StructInfo &RHS) const { return !(*this == RHS); }269 bool operator<(const StructInfo &RHS) const {318 LLVM_ABI StructInfo getStruct(const DataLayout &DL) const;
482 ResourceTypeInfo::StructInfo600 StructInfo Struct = getStruct(DL); in print()