Home
last modified time | relevance | path

Searched defs:ArtificialTypeUnit (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h347 std::unique_ptr<TypeUnit> ArtificialTypeUnit; variable
H A DDWARFLinkerCompileUnit.cpp1236 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 DDWARFLinkerImpl.cpp447 Error DWARFLinkerImpl::LinkContext::link(TypeUnit *ArtificialTypeUnit) { in link()
592 CompileUnit &CU, TypeUnit *ArtificialTypeUnit, in linkSingleCompileUnit()