Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/lld/wasm/
H A DMapFile.h16 class OutputSection; variable
H A DOutputSections.h21 class OutputSection; variable
H A DSyntheticSections.h40 : OutputSection(type, name), bodyOutputStream(body) { in OutputSection() function
H A DInputChunks.h37 class OutputSection; variable
H A DSymbols.h42 class OutputSection; variable
/openbsd/gnu/llvm/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) {} in OutputSection() function
H A DInputSection.h28 class OutputSection; variable
/openbsd/gnu/llvm/lld/COFF/
H A DWriter.h41 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { in OutputSection() function
H A DChunks.h37 class OutputSection; variable
/openbsd/gnu/llvm/lld/ELF/
H A DWriter.h18 class OutputSection; variable
H A DRelocations.h21 class OutputSection; variable
H A DInputSection.h32 class OutputSection; variable
H A DLinkerScript.h32 class OutputSection; variable
H A DOutputSections.cpp74 OutputSection::OutputSection(StringRef name, uint32_t type, uint64_t flags) in OutputSection() function in OutputSection
H A DSymbols.h34 class OutputSection; variable
H A DRelocations.cpp1786 llvm::function_ref<void(OutputSection *, InputSectionDescription *)> fn) { in forEachInputSectionDescription()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2729 MCSection *OutputSection = in emitXXStructorList() local