Home
last modified time | relevance | path

Searched defs:ClassInfo (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp156 struct ClassInfo { struct
157 enum ClassInfoKind {
175 unsigned Kind;
180 std::vector<ClassInfo *> SuperClasses;
183 std::string Name;
186 std::string ClassName;
191 std::string ValueName;
195 std::string PredicateMethod;
199 std::string RenderMethod;
203 std::string ParserMethod;
[all …]
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2304 struct llvm::ClassInfo { struct in llvm
2305 struct MemberInfo {
2310 using MemberList = std::vector<MemberInfo>;
2312 using MethodsList = TinyPtrVector<const DISubprogram *>;
2314 using MethodsMap = MapVector<MDString *, MethodsList>;
2317 std::vector<const DIDerivedType *> Inheritance;
2320 MemberList Members;
2322 MethodsMap Methods;
2324 TypeIndex VShapeTI;
2326 std::vector<const DIType *> NestedTypes;