| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 76 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 750 Metadata *ContainingType; 765 unsigned ScopeLine, Metadata *ContainingType, 773 ContainingType(ContainingType), VirtualIndex(VirtualIndex), 782 ContainingType(N->getRawContainingType()), 798 ContainingType == RHS->getRawContainingType() &&
|
| H A D | DebugInfoMetadata.cpp | 1044 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument 1054 ContainingType, VirtualIndex, ThisAdjustment, Flags, in getImpl() 1061 ContainingType, TemplateParams, ThrownTypes, Annotations, in getImpl() 1071 if (!ContainingType) in getImpl()
|
| H A D | DebugInfo.cpp | 570 DIType *ContainingType = in getReplacementSubprogram() local 581 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram() 591 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1903 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType, 1912 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, 1921 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, 1943 DIType *ContainingType, unsigned VirtualIndex, int ThisAdjustment, 1949 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType, 1957 Metadata *ContainingType, unsigned VirtualIndex, int ThisAdjustment, 1962 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1794 llvm::DIType *ContainingType = nullptr; in CreateCXXMemberFunction() local 1835 ContainingType = RecordTy; in CreateCXXMemberFunction() 1895 MethodTy, VIndex, ThisAdjustment, ContainingType, Flags, SPFlags, in CreateCXXMemberFunction() 3656 llvm::DICompositeType *ContainingType = nullptr; in CollectContainingType() local 3668 ContainingType = cast<llvm::DICompositeType>( in CollectContainingType() 3672 ContainingType = RealDecl; in CollectContainingType() 3674 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 421 error(IO.mapInteger(M.ContainingType, "ClassType")); in visitKnownRecord()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 982 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local 984 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 391 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 526 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType()
|
| H A D | SymbolFileNativePDB.cpp | 571 GetOrCreateType(mpi.ContainingType); in CreatePointerType()
|