Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp154 struct ClassInfo { struct
155 enum ClassInfoKind {
173 unsigned Kind;
181 std::string Name;
184 std::string ClassName;
189 std::string ValueName;
197 std::string RenderMethod;
201 std::string ParserMethod;
204 RegisterSet Registers;
213 bool IsOptional;
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2252 struct llvm::ClassInfo { struct in llvm
2253 struct MemberInfo {
2258 using MemberList = std::vector<MemberInfo>;
2260 using MethodsList = TinyPtrVector<const DISubprogram *>;
2262 using MethodsMap = MapVector<MDString *, MethodsList>;
2265 std::vector<const DIDerivedType *> Inheritance;
2268 MemberList Members;
2270 MethodsMap Methods;
2272 TypeIndex VShapeTI;
2274 std::vector<const DIType *> NestedTypes;
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp503 const uint8_t *ClassInfo, in handleActionValue()
618 const uint8_t *ClassInfo = NULL; in handleLsda() local
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.h223 EntityInfo ClassInfo; member
H A DIndexing.cpp818 if (const CXXClassDeclInfo *ClassInfo = dyn_cast<CXXClassDeclInfo>(DI)) in clang_index_getCXXClassDeclInfo() local