Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp77 TypeIndex ClassTy = MFRecord.getClassType(); in getName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp304 printTypeIndex("ClassType", Id.getClassType()); in visitKnownRecord()
323 printTypeIndex("ClassType", MF.getClassType()); in visitKnownRecord()
H A DRecordName.cpp146 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h186 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 DRewriteObjC.cpp2446 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 DRewriteModernObjC.cpp2519 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 DCodeViewDebug.cpp1821 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()
1823 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in lowerTypeMemberPointer()
H A DDwarfUnit.cpp774 *getOrCreateTypeDIE(cast<DIDerivedType>(DTy)->getClassType())); in constructTypeDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1004 DIType *getClassType() const { in getClassType() function