Searched refs:getClassType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 305 printTypeIndex("ClassType", Id.getClassType()); in visitKnownRecord() 324 printTypeIndex("ClassType", MF.getClassType()); in visitKnownRecord()
|
| H A D | RecordName.cpp | 145 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 193 TypeIndex getClassType() const { return ClassType; } in getClassType() function 232 TypeIndex getClassType() const { return ClassType; } in getClassType() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2437 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), in SynthGetClassFunctionDecl() local 2442 getClassIdent, getClassType, in SynthGetClassFunctionDecl() 2452 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local 2458 getClassType, nullptr, in SynthGetSuperClassFunctionDecl() 2467 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), in SynthGetMetaClassFunctionDecl() local 2472 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
|
| H A D | RewriteModernObjC.cpp | 2515 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetClassFunctionDecl() local 2520 getClassIdent, getClassType, in SynthGetClassFunctionDecl() 2530 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local 2536 getClassType, nullptr, in SynthGetSuperClassFunctionDecl() 2545 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetMetaClassFunctionDecl() local 2550 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1711 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer() 1712 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType()); in lowerTypeMemberPointer()
|
| H A D | DwarfUnit.cpp | 775 *getOrCreateTypeDIE(resolve(cast<DIDerivedType>(DTy)->getClassType()))); in constructTypeDIE()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 892 DITypeRef getClassType() const {
|