Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DOutputSections.cpp
H A DOutputSections.h
H A DDWARFLinkerUnit.h
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h148 class OutputSections; variable
153 friend OutputSections; member
305 class OutputSections {
307 OutputSections(LinkingGlobalData &GlobalData) : GlobalData(GlobalData) {} in OutputSections() function
H A DDWARFLinkerImpl.h161 struct LinkContext : public OutputSections {
303 function_ref<void(OutputSections &SectionsSet)> SectionsSetHandler);
366 OutputSections CommonSections;
H A DDWARFLinkerUnit.h29 class DwarfUnit : public OutputSections {
34 : OutputSections(GlobalData), ID(ID), ClangModuleName(ClangModuleName), in DwarfUnit()
H A DDWARFLinkerImpl.cpp33 : OutputSections(GlobalData), InputDWARFFile(File), in LinkContext()
990 forEachObjectSectionsSet([&](OutputSections &UnitSections) { in assignOffsetsToSections()
1048 function_ref<void(OutputSections &)> SectionsSetHandler) { in forEachObjectSectionsSet()
1105 forEachObjectSectionsSet([&](OutputSections &SectionsSet) { in patchOffsetsAndSizes()
1406 forEachObjectSectionsSet([&](OutputSections &Sections) { in writeCompileUnitsToTheOutput()
H A DOutputSections.cpp302 void OutputSections::applyPatches( in applyPatches()
/freebsd/usr.bin/clang/lld/
H A DMakefile69 SRCS+= ELF/OutputSections.cpp
/freebsd/contrib/llvm-project/lld/docs/
H A DNewLLD.rst224 a file. It creates OutputSections, put all InputSections/Chunks into them,
/freebsd/lib/clang/libllvm/
H A DMakefile560 SRCS_EXT+= DWARFLinker/Parallel/OutputSections.cpp