Home
last modified time | relevance | path

Searched refs:OutputSections (Results 1 – 11 of 11) 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 DDWARFLinkerImpl.h161 struct LinkContext : public OutputSections {
303 function_ref<void(OutputSections &SectionsSet)> SectionsSetHandler);
366 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.cpp34 : OutputSections(GlobalData), InputDWARFFile(File), in LinkContext()
992 forEachObjectSectionsSet([&](OutputSections &UnitSections) { in assignOffsetsToSections()
1050 function_ref<void(OutputSections &)> SectionsSetHandler) { in forEachObjectSectionsSet()
1107 forEachObjectSectionsSet([&](OutputSections &SectionsSet) { in patchOffsetsAndSizes()
1408 forEachObjectSectionsSet([&](OutputSections &Sections) { in writeCompileUnitsToTheOutput()
/freebsd/usr.bin/clang/lld/
H A DMakefile67 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 DMakefile505 SRCS_EXT+= DWARFLinker/Parallel/OutputSections.cpp