| /llvm-project-15.0.7/lld/wasm/ |
| H A D | MapFile.h | 16 class OutputSection; variable
|
| H A D | OutputSections.h | 21 class OutputSection; variable
|
| H A D | SyntheticSections.h | 39 : OutputSection(type, name), bodyOutputStream(body) { in OutputSection() function
|
| H A D | InputChunks.h | 36 class OutputSection; variable
|
| H A D | Symbols.h | 39 class OutputSection; variable
|
| /llvm-project-15.0.7/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 74 template <class ELFT> struct OutputSection { struct 75 using Elf_Shdr = typename ELFT::Shdr; 76 std::string Name; 77 Elf_Shdr Shdr; 78 uint64_t Addr; 79 uint64_t Offset; 80 uint64_t Size; 81 uint64_t Align; 82 uint32_t Index; 83 bool NoBits = true;
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Writer.h | 17 class OutputSection; variable
|
| H A D | OutputSegment.h | 39 class OutputSection; variable
|
| H A D | OutputSection.h | 43 OutputSection(Kind kind, StringRef name) : name(name), sectionKind(kind) {} in OutputSection() function
|
| H A D | InputSection.h | 28 class OutputSection; variable
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | ARMErrataFix.h | 22 class OutputSection; variable
|
| H A D | AArch64ErrataFix.h | 22 class OutputSection; variable
|
| H A D | Writer.h | 19 class OutputSection; variable
|
| H A D | Relocations.h | 22 class OutputSection; variable
|
| H A D | InputSection.h | 31 class OutputSection; variable
|
| H A D | LinkerScript.h | 32 class OutputSection; variable
|
| H A D | OutputSections.cpp | 70 OutputSection::OutputSection(StringRef name, uint32_t type, uint64_t flags) in OutputSection() function in OutputSection
|
| H A D | Symbols.h | 33 class OutputSection; variable
|
| H A D | Relocations.cpp | 1731 llvm::function_ref<void(OutputSection *, InputSectionDescription *)> fn) { in forEachInputSectionDescription()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Writer.h | 42 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { in OutputSection() function
|
| H A D | Chunks.h | 38 class OutputSection; variable
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | ReorderData.cpp | 336 BinarySection &OutputSection, in setSectionOrder()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2578 MCSection *OutputSection = in emitXXStructorList() local
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 4661 BinarySection &OutputSection = BD->getOutputSection(); in updateELFSymbolTable() local
|