Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp75 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h685 Metadata *ContainingType;
698 unsigned ScopeLine, Metadata *ContainingType,
705 ContainingType(ContainingType), VirtualIndex(VirtualIndex),
713 ContainingType(N->getRawContainingType()),
727 ContainingType == RHS->getRawContainingType() &&
H A DDebugInfoMetadata.cpp862 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument
870 ContainingType, VirtualIndex, ThisAdjustment, Flags, in getImpl()
875 Declaration, RetainedNodes, ContainingType, TemplateParams, ThrownTypes}; in getImpl()
880 if (!ContainingType) in getImpl()
H A DDebugInfo.cpp553 DIType *ContainingType = in getReplacementSubprogram() local
564 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram()
574 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1872 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType,
1880 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1888 unsigned ScopeLine, Metadata *ContainingType,
1909 DIType *ContainingType, unsigned VirtualIndex, int ThisAdjustment,
1914 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1922 Metadata *ContainingType, unsigned VirtualIndex, int ThisAdjustment,
1926 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1680 llvm::DIType *ContainingType = nullptr; in CreateCXXMemberFunction() local
1721 ContainingType = RecordTy; in CreateCXXMemberFunction()
1781 MethodTy, VIndex, ThisAdjustment, ContainingType, Flags, SPFlags, in CreateCXXMemberFunction()
3479 llvm::DICompositeType *ContainingType = nullptr; in CollectContainingType() local
3491 ContainingType = cast<llvm::DICompositeType>( in CollectContainingType()
3495 ContainingType = RealDecl; in CollectContainingType()
3497 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp402 error(IO.mapInteger(M.ContainingType, "ClassType")); in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp935 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local
937 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp391 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp726 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType()
H A DSymbolFileNativePDB.cpp457 GetOrCreateType(mpi.ContainingType); in CreatePointerType()