/llvm-project/lld/wasm/ |
H A D | MapFile.h | 15 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 | 37 class OutputSection; variable
|
H A D | Symbols.h | 42 class OutputSection; variable
|
/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 75 template <class ELFT> struct OutputSection { struct 76 using Elf_Shdr = typename ELFT::Shdr; 77 std::string Name; 78 Elf_Shdr Shdr; 79 uint64_t Addr; 80 uint64_t Offset; 81 uint64_t Size; 82 uint64_t Align; 83 uint32_t Index; 84 bool NoBits = true;
|
/llvm-project/lld/MachO/ |
H A D | Writer.h | 16 class OutputSection; variable
|
H A D | OutputSegment.h | 38 class OutputSection; variable
|
H A D | OutputSection.h | 42 OutputSection(Kind kind, StringRef name) : name(name), sectionKind(kind) {} OutputSection() function
|
H A D | InputSection.h | 28 class OutputSection; variable
|
/llvm-project/lld/COFF/ |
H A D | Writer.h | 41 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { in OutputSection() function
|
H A D | Chunks.h | 39 class OutputSection; variable
|
/llvm-project/lld/ELF/ |
H A D | Writer.h | 18 class OutputSection; global() variable
|
H A D | Relocations.h | 21 class OutputSection; global() variable
|
H A D | InputSection.h | 34 class OutputSection; variable
|
H A D | OutputSections.cpp | 76 OutputSection::OutputSection(StringRef name, uint32_t type, uint64_t flags) OutputSection() function in OutputSection [all...] |
H A D | LinkerScript.h | 34 class OutputSection; variable [all...] |
H A D | Symbols.h | 34 class OutputSection; global() variable
|
H A D | Relocations.cpp | 1873 forEachInputSectionDescription(ArrayRef<OutputSection * > outputSections,llvm::function_ref<void (OutputSection *,InputSectionDescription *)> fn) forEachInputSectionDescription() argument [all...] |
/llvm-project/bolt/lib/Passes/ |
H A D | ReorderData.cpp | 334 BinarySection &OutputSection, in setSectionOrder()
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2983 MCSection *OutputSection = emitXXStructorList() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 4808 BinarySection &OutputSection = BD->getOutputSection(); updateELFSymbolTable() local
|