/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypePointer.cpp | 76 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 765 Metadata *ContainingType; 780 unsigned ScopeLine, Metadata *ContainingType, 788 ContainingType(ContainingType), VirtualIndex(VirtualIndex), 797 ContainingType(N->getRawContainingType()), 813 ContainingType == RHS->getRawContainingType() &&
|
H A D | DebugInfoMetadata.cpp | 1126 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument 1136 ContainingType, VirtualIndex, ThisAdjustment, Flags, in getImpl() 1143 ContainingType, TemplateParams, ThrownTypes, Annotations, in getImpl() 1153 if (!ContainingType) in getImpl()
|
H A D | DebugInfo.cpp | 668 DIType *ContainingType = in getReplacementSubprogram() local 679 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram() 689 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1725 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType, 1734 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, 1743 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, 1765 DIType *ContainingType, unsigned VirtualIndex, int ThisAdjustment, 1771 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType, 1779 Metadata *ContainingType, unsigned VirtualIndex, int ThisAdjustment, 1784 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2048 llvm::DIType *ContainingType = nullptr; in CreateCXXMemberFunction() local 2089 ContainingType = RecordTy; in CreateCXXMemberFunction() 2130 MethodTy, VIndex, ThisAdjustment, ContainingType, Flags, SPFlags, in CreateCXXMemberFunction() 3955 llvm::DIType *ContainingType = nullptr; in CollectContainingType() local 3967 ContainingType = getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType() 3970 ContainingType = RealDecl; in CollectContainingType() 3972 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 421 error(IO.mapInteger(M.ContainingType, "ClassType")); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1016 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local 1018 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 392 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 527 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType()
|
H A D | SymbolFileNativePDB.cpp | 574 GetOrCreateType(mpi.ContainingType); in CreatePointerType()
|