Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp83 TypeIndex ClassTy = MFRecord.getClassType(); in getName()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp304 printTypeIndex("ClassType", Id.getClassType()); in visitKnownRecord()
323 printTypeIndex("ClassType", MF.getClassType()); in visitKnownRecord()
H A DRecordName.cpp150 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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.cpp2520 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetClassFunctionDecl() local
2525 getClassIdent, getClassType, in SynthGetClassFunctionDecl()
2535 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local
2541 getClassType, nullptr, in SynthGetSuperClassFunctionDecl()
2550 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetMetaClassFunctionDecl() local
2555 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1947 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()
1949 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in lowerTypeMemberPointer()
H A DDwarfUnit.cpp791 *getOrCreateTypeDIE(cast<DIDerivedType>(DTy)->getClassType())); in constructTypeDIE()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp877 TypeIndex class_index = func_record.getClassType(); in CreateFunctionDecl()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp634 DIType *DIDerivedType::getClassType() const { in getClassType() function in DIDerivedType
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1059 DIType *getClassType() const;