Home
last modified time | relevance | path

Searched defs:OutputSection (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DMapFile.h16 class OutputSection; variable
H A DOutputSections.h21 class OutputSection; variable
H A DSyntheticSections.h39 : OutputSection(type, name), bodyOutputStream(body) { in OutputSection() function
H A DInputChunks.h36 class OutputSection; variable
H A DSymbols.h39 class OutputSection; variable
/llvm-project-15.0.7/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp74 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 DWriter.h17 class OutputSection; variable
H A DOutputSegment.h39 class OutputSection; variable
H A DOutputSection.h43 OutputSection(Kind kind, StringRef name) : name(name), sectionKind(kind) {} in OutputSection() function
H A DInputSection.h28 class OutputSection; variable
/llvm-project-15.0.7/lld/ELF/
H A DARMErrataFix.h22 class OutputSection; variable
H A DAArch64ErrataFix.h22 class OutputSection; variable
H A DWriter.h19 class OutputSection; variable
H A DRelocations.h22 class OutputSection; variable
H A DInputSection.h31 class OutputSection; variable
H A DLinkerScript.h32 class OutputSection; variable
H A DOutputSections.cpp70 OutputSection::OutputSection(StringRef name, uint32_t type, uint64_t flags) in OutputSection() function in OutputSection
H A DSymbols.h33 class OutputSection; variable
H A DRelocations.cpp1731 llvm::function_ref<void(OutputSection *, InputSectionDescription *)> fn) { in forEachInputSectionDescription()
/llvm-project-15.0.7/lld/COFF/
H A DWriter.h42 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { in OutputSection() function
H A DChunks.h38 class OutputSection; variable
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderData.cpp336 BinarySection &OutputSection, in setSectionOrder()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2578 MCSection *OutputSection = in emitXXStructorList() local
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4661 BinarySection &OutputSection = BD->getOutputSection(); in updateELFSymbolTable() local