Home
last modified time | relevance | path

Searched refs:getClassType (Results 1 – 12 of 12) 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.cpp2173 printTypeIndex("ClassType", Id.getClassType(), StreamTPI); in visitKnownRecord()
2186 Shared->TypeRecords.find(StreamTPI, Id.getClassType()))) in visitKnownRecord()
2205 printTypeIndex("ClassType", MF.getClassType(), StreamTPI); in visitKnownRecord()
2214 LVElement *Class = getElement(StreamTPI, MF.getClassType()); in visitKnownRecord()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2444 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), in SynthGetClassFunctionDecl() local
2449 getClassIdent, getClassType, in SynthGetClassFunctionDecl()
2459 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local
2465 getClassType, nullptr, in SynthGetSuperClassFunctionDecl()
2474 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), in SynthGetMetaClassFunctionDecl() local
2479 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
H A DRewriteModernObjC.cpp2518 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetClassFunctionDecl() local
2523 getClassIdent, getClassType, in SynthGetClassFunctionDecl()
2533 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local
2539 getClassType, nullptr, in SynthGetSuperClassFunctionDecl()
2548 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetMetaClassFunctionDecl() local
2553 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
/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/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1994 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()
1996 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in lowerTypeMemberPointer()
H A DDwarfUnit.cpp869 *getOrCreateTypeDIE(cast<DIDerivedType>(DTy)->getClassType())); in constructTypeDIE()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp969 DIType *DIDerivedType::getClassType() const { in getClassType() function in DIDerivedType
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1423 LLVM_ABI DIType *getClassType() const;