Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp75 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
/netbsd-src/external/apache2/llvm/dist/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.cpp519 DIType *ContainingType = in getReplacementSubprogram() local
530 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram()
540 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1870 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType,
1878 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1886 unsigned ScopeLine, Metadata *ContainingType,
1907 DIType *ContainingType, unsigned VirtualIndex, int ThisAdjustment,
1912 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1920 Metadata *ContainingType, unsigned VirtualIndex, int ThisAdjustment,
1924 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1699 llvm::DIType *ContainingType = nullptr; in CreateCXXMemberFunction() local
1740 ContainingType = RecordTy; in CreateCXXMemberFunction()
1800 MethodTy, VIndex, ThisAdjustment, ContainingType, Flags, SPFlags, in CreateCXXMemberFunction()
3497 llvm::DICompositeType *ContainingType = nullptr; in CollectContainingType() local
3509 ContainingType = cast<llvm::DICompositeType>( in CollectContainingType()
3513 ContainingType = RealDecl; in CollectContainingType()
3515 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp402 error(IO.mapInteger(M.ContainingType, "ClassType")); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp934 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local
936 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp391 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()