Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DCMakeLists.txt12 OutputSections.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lld/wasm/
H A DBUILD.gn27 "OutputSections.cpp",
/llvm-project-15.0.7/lld/ELF/
H A DCMakeLists.txt38 OutputSections.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lld/ELF/
H A DBUILD.gn54 "OutputSections.cpp",
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4219 std::vector<std::pair<std::string, ELFShdrTy>> OutputSections; in getOutputSections() local
4223 OutputSections.emplace_back(Name, std::move(NewSection)); in getOutputSections()
4230 OutputSections.emplace_back("", Section); in getOutputSections()
4269 llvm::stable_sort(OutputSections, in getOutputSections()
4278 for (auto &SectionKV : OutputSections) { in getOutputSections()
4357 const std::string &SectionName = OutputSections[Index].first; in getOutputSections()
4381 std::vector<ELFShdrTy> SectionsOnly(OutputSections.size()); in getOutputSections()
4382 llvm::transform(OutputSections, SectionsOnly.begin(), in getOutputSections()
4405 std::vector<ELFShdrTy> OutputSections = in patchELFSectionHeaderTable() local
4418 for (ELFShdrTy &Section : OutputSections) { in patchELFSectionHeaderTable()
[all …]
/llvm-project-15.0.7/lld/docs/
H A DNewLLD.rst224 a file. It creates OutputSections, put all InputSections/Chunks into them,
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3495 lld/ELF/OutputSections.h
3581 lld/wasm/OutputSections.cpp
3582 lld/wasm/OutputSections.h