Searched refs:getClassType (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeInlineSiteSymbol.cpp | 77 TypeIndex ClassTy = MFRecord.getClassType(); in getName()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 146 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 186 TypeIndex getClassType() const { return ClassType; } in getClassType() function 225 TypeIndex getClassType() const { return ClassType; } in getClassType() function
|
| /netbsd-src/external/apache2/llvm/dist/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 | 2519 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetClassFunctionDecl() local 2524 getClassIdent, getClassType, in SynthGetClassFunctionDecl() 2534 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local 2540 getClassType, nullptr, in SynthGetSuperClassFunctionDecl() 2549 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetMetaClassFunctionDecl() local 2554 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1821 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer() 1823 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in lowerTypeMemberPointer()
|
| H A D | DwarfUnit.cpp | 774 *getOrCreateTypeDIE(cast<DIDerivedType>(DTy)->getClassType())); in constructTypeDIE()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1004 DIType *getClassType() const { in getClassType() function
|