Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp76 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h929 Metadata *ContainingType;
945 unsigned ScopeLine, Metadata *ContainingType,
953 ContainingType(ContainingType), VirtualIndex(VirtualIndex),
963 ContainingType(N->getRawContainingType()),
980 ContainingType == RHS->getRawContainingType() &&
H A DDebugInfoMetadata.cpp1395 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 DDebugInfo.cpp690 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 DDebugInfoMetadata.h2274 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 DTypeRecordMapping.cpp421 error(IO.mapInteger(M.ContainingType, "ClassType")); in visitKnownRecord()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2221 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 DCodeViewYAMLTypes.cpp392 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1139 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local
1141 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp527 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType()
H A DSymbolFileNativePDB.cpp570 GetOrCreateType(mpi.ContainingType); in CreatePointerType()