Searched defs:ArtificialTypeUnit (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.h | 347 std::unique_ptr<TypeUnit> ArtificialTypeUnit; variable
|
H A D | DWARFLinkerCompileUnit.cpp | 1236 cloneAndEmit(std::optional<std::reference_wrapper<const Triple>> TargetTriple,TypeUnit * ArtificialTypeUnit) cloneAndEmit() argument 1294 cloneDIE(const DWARFDebugInfoEntry * InputDieEntry,TypeEntry * ClonedParentTypeDIE,uint64_t OutOffset,std::optional<int64_t> FuncAddressAdjustment,std::optional<int64_t> VarAddressAdjustment,BumpPtrAllocator & Allocator,TypeUnit * ArtificialTypeUnit) cloneDIE() argument 1472 createTypeDIEandCloneAttributes(const DWARFDebugInfoEntry * InputDieEntry,DIEGenerator & TypeDIEGenerator,TypeEntry * ClonedParentTypeDIE,TypeUnit * ArtificialTypeUnit) createTypeDIEandCloneAttributes() argument [all...] |
H A D | DWARFLinkerImpl.cpp | 447 Error DWARFLinkerImpl::LinkContext::link(TypeUnit *ArtificialTypeUnit) { in link() 592 CompileUnit &CU, TypeUnit *ArtificialTypeUnit, in linkSingleCompileUnit()
|