Home
last modified time | relevance | path

Searched defs:LinkContext (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h161 struct LinkContext : public OutputSections { struct
162 using UnitListTy = SmallVector<std::unique_ptr<CompileUnit>>;
166 struct RefModuleUnit {
174 using ModuleUnitListTy = SmallVector<RefModuleUnit>;
177 DWARFFile &InputDWARFFile;
180 UnitListTy CompileUnits;
204 LinkContext(LinkingGlobalData &GlobalData, DWARFFile &File, argument
238 uint64_t getInputDebugInfoSize() const { in getInputDebugInfoSize()
270 auto CU = llvm::upper_bound(
H A DDWARFLinkerImpl.cpp30 DWARFLinkerImpl::LinkContext::LinkContext(LinkingGlobalData &GlobalData, in LinkContext() function in DWARFLinkerImpl::LinkContext
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.h
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h