Searched defs:OutputSection (Results 1 – 20 of 20) sorted by relevance
75 template <class ELFT> struct OutputSection { struct76 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;
16 class OutputSection; variable
21 class OutputSection; variable
40 : OutputSection(type, name), bodyOutputStream(body) { in OutputSection() function
37 class OutputSection; variable
42 class OutputSection; variable
38 class OutputSection; variable
42 OutputSection(Kind kind, StringRef name) : name(name), sectionKind(kind) {} in OutputSection() function
28 class OutputSection; variable
41 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { in OutputSection() function
18 class OutputSection; variable
32 class OutputSection; variable
74 OutputSection::OutputSection(StringRef name, uint32_t type, uint64_t flags) in OutputSection() function in OutputSection
34 class OutputSection; variable
1786 llvm::function_ref<void(OutputSection *, InputSectionDescription *)> fn) { in forEachInputSectionDescription()
2729 MCSection *OutputSection = in emitXXStructorList() local