Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp120 struct StructInfo { struct
134 StructInfo() = default;
135 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue);
160 StructInfo Structure;
163 StructFieldInfo(std::vector<StructInitializer> V, StructInfo S);
172 StructFieldInfo StructInfo; member
181 struct StructInfo Structure);
213 StructInfo S) { in StructFieldInfo()
218 StructInfo::StructInfo(StringRef StructName, bool Union, in StructInfo() function in __anon60b61cd60111::StructInfo
222 FieldInfo &StructInfo::addField(StringRef FieldName, FieldType FT, in addField()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h257 struct StructInfo { struct
265 bool operator==(const StructInfo &RHS) const { argument
268 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;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp482 ResourceTypeInfo::StructInfo
600 StructInfo Struct = getStruct(DL); in print()