| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 111 MemberPointerInfo(TypeIndex ContainingType, in MemberPointerInfo() argument 113 : ContainingType(ContainingType), Representation(Representation) {} in MemberPointerInfo() 115 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() 120 TypeIndex ContainingType; variable
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 616 Metadata *ContainingType; 629 unsigned ScopeLine, Metadata *ContainingType, 636 ContainingType(ContainingType), VirtualIndex(VirtualIndex), 644 ContainingType(N->getRawContainingType()), 658 ContainingType == RHS->getRawContainingType() &&
|
| H A D | DebugInfoMetadata.cpp | 626 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument 634 ContainingType, VirtualIndex, ThisAdjustment, Flags, in getImpl() 639 Declaration, RetainedNodes, ContainingType, TemplateParams, ThrownTypes}; in getImpl() 644 if (!ContainingType) in getImpl()
|
| H A D | DebugInfo.cpp | 432 DITypeRef ContainingType(map(MDS->getContainingType())); in getReplacementSubprogram() local 442 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram() 452 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 76 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1712 DISubroutineType *Type, unsigned ScopeLine, DITypeRef ContainingType, 1720 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, 1728 unsigned ScopeLine, Metadata *ContainingType, 1749 DITypeRef ContainingType, unsigned VirtualIndex, int ThisAdjustment, 1754 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType, 1762 Metadata *ContainingType, unsigned VirtualIndex, int ThisAdjustment, 1766 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 198 error(IO.mapInteger(M.ContainingType)); in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1526 llvm::DIType *ContainingType = nullptr; in CreateCXXMemberFunction() local 1567 ContainingType = RecordTy; in CreateCXXMemberFunction() 1594 MethodTy, VIndex, ThisAdjustment, ContainingType, Flags, SPFlags, in CreateCXXMemberFunction() 3062 llvm::DICompositeType *ContainingType = nullptr; in CollectContainingType() local 3074 ContainingType = cast<llvm::DICompositeType>( in CollectContainingType() 3078 ContainingType = RealDecl; in CollectContainingType() 3080 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 927 if (auto *ContainingType = resolve(CTy->getVTableHolder())) in constructTypeDIE() local 929 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 387 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 727 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType()
|
| H A D | SymbolFileNativePDB.cpp | 469 GetOrCreateType(mpi.ContainingType); in CreatePointerType()
|