| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 104 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 D | NativeTypePointer.cpp | 75 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 685 Metadata *ContainingType; 698 unsigned ScopeLine, Metadata *ContainingType, 705 ContainingType(ContainingType), VirtualIndex(VirtualIndex), 713 ContainingType(N->getRawContainingType()), 727 ContainingType == RHS->getRawContainingType() &&
|
| H A D | DebugInfoMetadata.cpp | 862 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 D | DebugInfo.cpp | 519 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 D | DebugInfoMetadata.h | 1870 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 D | CGDebugInfo.cpp | 1699 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 D | TypeRecordMapping.cpp | 402 error(IO.mapInteger(M.ContainingType, "ClassType")); in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 934 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local 936 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 391 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
|