Home
last modified time | relevance | path

Searched refs:getClassType (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp305 printTypeIndex("ClassType", Id.getClassType()); in visitKnownRecord()
324 printTypeIndex("ClassType", MF.getClassType()); in visitKnownRecord()
H A DRecordName.cpp145 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h193 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 DRewriteObjC.cpp2437 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 DRewriteModernObjC.cpp2515 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 DCodeViewDebug.cpp1711 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()
1712 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType()); in lowerTypeMemberPointer()
H A DDwarfUnit.cpp775 *getOrCreateTypeDIE(resolve(cast<DIDerivedType>(DTy)->getClassType()))); in constructTypeDIE()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h892 DITypeRef getClassType() const {