Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp76 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h758 Metadata *ContainingType;
773 unsigned ScopeLine, Metadata *ContainingType,
781 ContainingType(ContainingType), VirtualIndex(VirtualIndex),
790 ContainingType(N->getRawContainingType()),
806 ContainingType == RHS->getRawContainingType() &&
H A DDebugInfoMetadata.cpp1116 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument
1126 ContainingType, VirtualIndex, ThisAdjustment, Flags, in getImpl()
1133 ContainingType, TemplateParams, ThrownTypes, Annotations, in getImpl()
1143 if (!ContainingType) in getImpl()
H A DDebugInfo.cpp663 DIType *ContainingType = in getReplacementSubprogram() local
674 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram()
684 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1667 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType,
1676 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1685 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex,
1707 DIType *ContainingType, unsigned VirtualIndex, int ThisAdjustment,
1713 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1721 Metadata *ContainingType, unsigned VirtualIndex, int ThisAdjustment,
1726 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp421 error(IO.mapInteger(M.ContainingType, "ClassType")); in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1922 llvm::DIType *ContainingType = nullptr; in CreateCXXMemberFunction() local
1963 ContainingType = RecordTy; in CreateCXXMemberFunction()
2004 MethodTy, VIndex, ThisAdjustment, ContainingType, Flags, SPFlags, in CreateCXXMemberFunction()
3802 llvm::DIType *ContainingType = nullptr; in CollectContainingType() local
3814 ContainingType = getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType()
3817 ContainingType = RealDecl; in CollectContainingType()
3819 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp983 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local
985 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp391 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp527 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType()
H A DSymbolFileNativePDB.cpp574 GetOrCreateType(mpi.ContainingType); in CreatePointerType()