Searched refs:OutputSections (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | CMakeLists.txt | 12 OutputSections.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lld/wasm/ |
| H A D | BUILD.gn | 27 "OutputSections.cpp",
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | CMakeLists.txt | 38 OutputSections.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lld/ELF/ |
| H A D | BUILD.gn | 54 "OutputSections.cpp",
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 4219 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 D | NewLLD.rst | 224 a file. It creates OutputSections, put all InputSections/Chunks into them,
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3495 lld/ELF/OutputSections.h 3581 lld/wasm/OutputSections.cpp 3582 lld/wasm/OutputSections.h
|