Searched refs:getClassType (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeInlineSiteSymbol.cpp | 83 TypeIndex ClassTy = MFRecord.getClassType(); in getName()
|
/freebsd/contrib/llvm-project/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 | 150 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 187 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 D | LVCodeViewVisitor.cpp | 2179 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 D | RewriteModernObjC.cpp | 2519 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 D | CodeViewDebug.cpp | 1980 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in dwarfCCToCodeView() 1982 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in dwarfCCToCodeView()
|
H A D | DwarfUnit.cpp | 808 *getOrCreateTypeDIE(cast<DIDerivedType>(DTy)->getClassType())); in constructTypeDIE()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 879 TypeIndex class_index = func_record.getClassType(); in CreateFunctionDecl()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 705 DIType *DIDerivedType::getClassType() const { in getClassType() function in DIDerivedType
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1118 DIType *getClassType() const;
|