| /freebsd/contrib/llvm-project/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
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 76 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 929 Metadata *ContainingType; 945 unsigned ScopeLine, Metadata *ContainingType, 953 ContainingType(ContainingType), VirtualIndex(VirtualIndex), 963 ContainingType(N->getRawContainingType()), 980 ContainingType == RHS->getRawContainingType() &&
|
| H A D | DebugInfoMetadata.cpp | 1395 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument 1405 ContainingType, VirtualIndex, ThisAdjustment, Flags, in getImpl() 1412 ContainingType, TemplateParams, ThrownTypes, Annotations, in getImpl() 1422 if (!ContainingType) in getImpl()
|
| H A D | DebugInfo.cpp | 690 DIType *ContainingType = in getReplacementSubprogram() local 701 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram() 711 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2274 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType, 2284 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment, 2294 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, 2316 DIType *ContainingType, unsigned VirtualIndex, int ThisAdjustment, 2322 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType, 2331 Metadata *ContainingType, unsigned VirtualIndex, int ThisAdjustment, 2337 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 421 error(IO.mapInteger(M.ContainingType, "ClassType")); in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2221 llvm::DIType *ContainingType = nullptr; in CreateCXXMemberFunction() local 2262 ContainingType = RecordTy; in CreateCXXMemberFunction() 2303 MethodTy, VIndex, ThisAdjustment, ContainingType, Flags, SPFlags, in CreateCXXMemberFunction() 4205 llvm::DIType *ContainingType = nullptr; in CollectContainingType() local 4217 ContainingType = getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType() 4220 ContainingType = RealDecl; in CollectContainingType() 4222 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 392 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1139 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local 1141 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 527 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType()
|
| H A D | SymbolFileNativePDB.cpp | 570 GetOrCreateType(mpi.ContainingType); in CreatePointerType()
|