Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp76 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h750 Metadata *ContainingType;
765 unsigned ScopeLine, Metadata *ContainingType,
773 ContainingType(ContainingType), VirtualIndex(VirtualIndex),
782 ContainingType(N->getRawContainingType()),
798 ContainingType == RHS->getRawContainingType() &&
H A DDebugInfoMetadata.cpp1044 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 DDebugInfo.cpp570 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 DDebugInfoMetadata.h1903 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 DCGDebugInfo.cpp1794 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 DTypeRecordMapping.cpp421 error(IO.mapInteger(M.ContainingType, "ClassType")); in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp982 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local
984 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp391 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp526 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType()
H A DSymbolFileNativePDB.cpp571 GetOrCreateType(mpi.ContainingType); in CreatePointerType()