Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeInlineSiteSymbol.cpp83 TypeIndex ClassTy = MFRecord.getClassType(); in getName()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeDumpVisitor.cpp305 printTypeIndex("ClassType", Id.getClassType()); in visitKnownRecord()
324 printTypeIndex("ClassType", MF.getClassType()); in visitKnownRecord()
HDRecordName.cpp150 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h187 TypeIndex getClassType() const { return ClassType; } in getClassType() function
226 TypeIndex getClassType() const { return ClassType; } in getClassType() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp2179 printTypeIndex("ClassType", Id.getClassType(), StreamTPI); in visitKnownRecord()
2192 Shared->TypeRecords.find(StreamTPI, Id.getClassType()))) in visitKnownRecord()
2211 printTypeIndex("ClassType", MF.getClassType(), StreamTPI); in visitKnownRecord()
2220 LVElement *Class = getElement(StreamTPI, MF.getClassType()); in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.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()
HDRewriteModernObjC.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()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp879 TypeIndex class_index = func_record.getClassType(); in CreateFunctionDecl()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp1980 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()
1982 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in lowerTypeMemberPointer()
HDDwarfUnit.cpp808 *getOrCreateTypeDIE(cast<DIDerivedType>(DTy)->getClassType())); in constructTypeDIE()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDDebugInfoMetadata.cpp705 DIType *DIDerivedType::getClassType() const { in getClassType() function in DIDerivedType
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1118 DIType *getClassType() const;