Home
last modified time | relevance | path

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

/llvm-project/lld/wasm/
H A DMapFile.h15 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.h37 class OutputSection; variable
H A DSymbols.h42 class OutputSection; variable
/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp75 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 DWriter.h16 class OutputSection; variable
H A DOutputSegment.h38 class OutputSection; variable
H A DOutputSection.h42 OutputSection(Kind kind, StringRef name) : name(name), sectionKind(kind) {} OutputSection() function
H A DInputSection.h28 class OutputSection; variable
/llvm-project/lld/COFF/
H A DWriter.h41 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { in OutputSection() function
H A DChunks.h39 class OutputSection; variable
/llvm-project/lld/ELF/
H A DWriter.h18 class OutputSection; global() variable
H A DRelocations.h21 class OutputSection; global() variable
H A DInputSection.h34 class OutputSection; variable
H A DOutputSections.cpp76 OutputSection::OutputSection(StringRef name, uint32_t type, uint64_t flags) OutputSection() function in OutputSection
[all...]
H A DLinkerScript.h34 class OutputSection; variable
[all...]
H A DSymbols.h34 class OutputSection; global() variable
H A DRelocations.cpp1873 forEachInputSectionDescription(ArrayRef<OutputSection * > outputSections,llvm::function_ref<void (OutputSection *,InputSectionDescription *)> fn) forEachInputSectionDescription() argument
[all...]
/llvm-project/bolt/lib/Passes/
H A DReorderData.cpp334 BinarySection &OutputSection, in setSectionOrder()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2983 MCSection *OutputSection = emitXXStructorList() local
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4808 BinarySection &OutputSection = BD->getOutputSection(); updateELFSymbolTable() local