Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h162 struct LinkContext : public OutputSections {
304 function_ref<void(OutputSections &SectionsSet)> SectionsSetHandler);
364 OutputSections CommonSections;
H A DOutputSections.h148 class OutputSections; variable
153 friend OutputSections; member
303 class OutputSections {
305 OutputSections(LinkingGlobalData &GlobalData) : GlobalData(GlobalData) {} in OutputSections() function
H A DDWARFLinkerUnit.h29 class DwarfUnit : public OutputSections {
34 : OutputSections(GlobalData), ID(ID), ClangModuleName(ClangModuleName), in DwarfUnit()
H A DDWARFLinkerImpl.cpp36 : OutputSections(GlobalData), InputDWARFFile(File), in LinkContext()
994 forEachObjectSectionsSet([&](OutputSections &UnitSections) { in assignOffsetsToSections()
1052 function_ref<void(OutputSections &)> SectionsSetHandler) { in forEachObjectSectionsSet()
1109 forEachObjectSectionsSet([&](OutputSections &SectionsSet) { in patchOffsetsAndSizes()
1409 forEachObjectSectionsSet([&](OutputSections &Sections) { in writeCompileUnitsToTheOutput()
H A DOutputSections.cpp303 void OutputSections::applyPatches( in applyPatches()
/freebsd-14.2/usr.bin/clang/lld/
H A DMakefile68 SRCS+= ELF/OutputSections.cpp
/freebsd-14.2/contrib/llvm-project/lld/docs/
H A DNewLLD.rst224 a file. It creates OutputSections, put all InputSections/Chunks into them,
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile504 SRCS_EXT+= DWARFLinker/Parallel/OutputSections.cpp