Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDXILResource.h44 struct StructInfo { struct
48 bool operator==(const StructInfo &RHS) const { argument
51 bool operator!=(const StructInfo &RHS) const { return !(*this == RHS); }
99 StructInfo Struct; // StructuredBuffer
/freebsd/contrib/llvm-project/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 __anon60b61cd60111::StructInfo
227 FieldInfo &StructInfo::addField(StringRef FieldName, FieldType FT, in addField()
[all …]