Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp83 TypeIndex ClassTy = MFRecord.getClassType(); in getName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp305 printTypeIndex("ClassType", Id.getClassType()); in visitKnownRecord()
324 printTypeIndex("ClassType", MF.getClassType()); in visitKnownRecord()
H A DRecordName.cpp150 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h187 TypeIndex getClassType() const { return ClassType; } in getClassType() function
226 TypeIndex getClassType() const { return ClassType; } in getClassType() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.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/contrib/llvm-project/clang/lib/Frontend/Rewrite/
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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1980 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in dwarfCCToCodeView()
1982 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in dwarfCCToCodeView()
H A DDwarfUnit.cpp808 *getOrCreateTypeDIE(cast<DIDerivedType>(DTy)->getClassType())); in constructTypeDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp879 TypeIndex class_index = func_record.getClassType(); in CreateFunctionDecl()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp705 DIType *DIDerivedType::getClassType() const { in getClassType() function in DIDerivedType
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1118 DIType *getClassType() const;