Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h111 MemberPointerInfo(TypeIndex ContainingType, in MemberPointerInfo() argument
113 : ContainingType(ContainingType), Representation(Representation) {} in MemberPointerInfo()
115 TypeIndex getContainingType() const { return ContainingType; } in getContainingType()
120 TypeIndex ContainingType; variable
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h616 Metadata *ContainingType;
629 unsigned ScopeLine, Metadata *ContainingType,
636 ContainingType(ContainingType), VirtualIndex(VirtualIndex),
644 ContainingType(N->getRawContainingType()),
658 ContainingType == RHS->getRawContainingType() &&
H A DDebugInfoMetadata.cpp626 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument
634 ContainingType, VirtualIndex, ThisAdjustment, Flags, in getImpl()
639 Declaration, RetainedNodes, ContainingType, TemplateParams, ThrownTypes}; in getImpl()
644 if (!ContainingType) in getImpl()
H A DDebugInfo.cpp432 DITypeRef ContainingType(map(MDS->getContainingType())); in getReplacementSubprogram() local
442 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram()
452 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp76 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1712 DISubroutineType *Type, unsigned ScopeLine, DITypeRef ContainingType,
1720 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1728 unsigned ScopeLine, Metadata *ContainingType,
1749 DITypeRef ContainingType, unsigned VirtualIndex, int ThisAdjustment,
1754 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1762 Metadata *ContainingType, unsigned VirtualIndex, int ThisAdjustment,
1766 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp198 error(IO.mapInteger(M.ContainingType)); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1526 llvm::DIType *ContainingType = nullptr; in CreateCXXMemberFunction() local
1567 ContainingType = RecordTy; in CreateCXXMemberFunction()
1594 MethodTy, VIndex, ThisAdjustment, ContainingType, Flags, SPFlags, in CreateCXXMemberFunction()
3062 llvm::DICompositeType *ContainingType = nullptr; in CollectContainingType() local
3074 ContainingType = cast<llvm::DICompositeType>( in CollectContainingType()
3078 ContainingType = RealDecl; in CollectContainingType()
3080 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp927 if (auto *ContainingType = resolve(CTy->getVTableHolder())) in constructTypeDIE() local
929 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp387 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp727 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType()
H A DSymbolFileNativePDB.cpp469 GetOrCreateType(mpi.ContainingType); in CreatePointerType()