Searched refs:getClassType (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeInlineSiteSymbol.cpp | 83 TypeIndex ClassTy = MFRecord.getClassType(); in getName()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 304 printTypeIndex("ClassType", Id.getClassType()); in visitKnownRecord() 323 printTypeIndex("ClassType", MF.getClassType()); in visitKnownRecord()
|
| H A D | RecordName.cpp | 150 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 187 TypeIndex getClassType() const { return ClassType; } in getClassType() function 226 TypeIndex getClassType() const { return ClassType; } in getClassType() function
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2446 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), in SynthGetClassFunctionDecl() local 2451 getClassIdent, getClassType, in SynthGetClassFunctionDecl() 2461 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local 2467 getClassType, nullptr, in SynthGetSuperClassFunctionDecl() 2476 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), in SynthGetMetaClassFunctionDecl() local 2481 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
|
| H A D | RewriteModernObjC.cpp | 2520 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetClassFunctionDecl() local 2525 getClassIdent, getClassType, in SynthGetClassFunctionDecl() 2535 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local 2541 getClassType, nullptr, in SynthGetSuperClassFunctionDecl() 2550 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetMetaClassFunctionDecl() local 2555 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1947 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer() 1949 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in lowerTypeMemberPointer()
|
| H A D | DwarfUnit.cpp | 791 *getOrCreateTypeDIE(cast<DIDerivedType>(DTy)->getClassType())); in constructTypeDIE()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 877 TypeIndex class_index = func_record.getClassType(); in CreateFunctionDecl()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 634 DIType *DIDerivedType::getClassType() const { in getClassType() function in DIDerivedType
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1059 DIType *getClassType() const;
|