Home
last modified time | relevance | path

Searched refs:ContainingType (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2275 DIType *ContainingType = getCompositeType(); in TEST_F() local
2296 ContainingType, VirtualIndex, ThisAdjustment, Flags, SPFlags, Unit, in TEST_F()
2310 EXPECT_EQ(ContainingType, N->getContainingType()); in TEST_F()
2336 Line, Type, ScopeLine, ContainingType, in TEST_F()
2347 Line, Type, ScopeLine, ContainingType, in TEST_F()
2353 Line + 1, Type, ScopeLine, ContainingType, in TEST_F()
2366 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, in TEST_F()
2372 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, in TEST_F()
2377 Type, ScopeLine + 1, ContainingType, in TEST_F()
2390 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h104 MemberPointerInfo(TypeIndex ContainingType, in MemberPointerInfo() argument
106 : ContainingType(ContainingType), Representation(Representation) {} in MemberPointerInfo()
108 TypeIndex getContainingType() const { return ContainingType; } in getContainingType()
113 TypeIndex ContainingType; variable
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp76 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h702 Metadata *ContainingType;
717 unsigned ScopeLine, Metadata *ContainingType,
725 ContainingType(ContainingType), VirtualIndex(VirtualIndex),
734 ContainingType(N->getRawContainingType()),
750 ContainingType == RHS->getRawContainingType() &&
H A DDebugInfoMetadata.cpp980 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument
990 ContainingType, VirtualIndex, ThisAdjustment, Flags, in getImpl()
997 ContainingType, TemplateParams, ThrownTypes, Annotations, in getImpl()
1007 if (!ContainingType) in getImpl()
H A DDebugInfo.cpp551 DIType *ContainingType = in getReplacementSubprogram() local
562 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram()
572 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp422 MemberPointer.MemberInfo->ContainingType); in TEST_F()
459 MemberPointer.MemberInfo->ContainingType); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1855 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType,
1864 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1873 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex,
1895 DIType *ContainingType, unsigned VirtualIndex, int ThisAdjustment,
1901 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1909 Metadata *ContainingType, unsigned VirtualIndex, int ThisAdjustment,
1914 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1772 llvm::DIType *ContainingType = nullptr; in CreateCXXMemberFunction() local
1813 ContainingType = RecordTy; in CreateCXXMemberFunction()
1873 MethodTy, VIndex, ThisAdjustment, ContainingType, Flags, SPFlags, in CreateCXXMemberFunction()
3639 llvm::DICompositeType *ContainingType = nullptr; in CollectContainingType() local
3651 ContainingType = cast<llvm::DICompositeType>( in CollectContainingType()
3655 ContainingType = RealDecl; in CollectContainingType()
3657 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp422 error(IO.mapInteger(M.ContainingType, "ClassType")); in visitKnownRecord()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp981 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local
983 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp391 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp816 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType()
H A DSymbolFileNativePDB.cpp493 GetOrCreateType(mpi.ContainingType); in CreatePointerType()