| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 2275 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 D | TypeRecord.h | 104 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 D | NativeTypePointer.cpp | 76 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 702 Metadata *ContainingType; 717 unsigned ScopeLine, Metadata *ContainingType, 725 ContainingType(ContainingType), VirtualIndex(VirtualIndex), 734 ContainingType(N->getRawContainingType()), 750 ContainingType == RHS->getRawContainingType() &&
|
| H A D | DebugInfoMetadata.cpp | 980 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 D | DebugInfo.cpp | 551 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 D | TypeIndexDiscoveryTest.cpp | 422 MemberPointer.MemberInfo->ContainingType); in TEST_F() 459 MemberPointer.MemberInfo->ContainingType); in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1855 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 D | CGDebugInfo.cpp | 1772 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 D | TypeRecordMapping.cpp | 422 error(IO.mapInteger(M.ContainingType, "ClassType")); in visitKnownRecord()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 981 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local 983 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 391 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 816 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType()
|
| H A D | SymbolFileNativePDB.cpp | 493 GetOrCreateType(mpi.ContainingType); in CreatePointerType()
|