Searched defs:OutputSection (Results 1 – 19 of 19) sorted by relevance
76 template <class ELFT> struct OutputSection { struct77 using Elf_Shdr = typename ELFT::Shdr;78 std::string Name;79 Elf_Shdr Shdr;80 uint64_t Addr;81 uint64_t Offset;82 uint64_t Size;83 uint64_t Align;84 uint32_t Index;85 bool NoBits = true;
16 class OutputSection; variable
26 class OutputSection; variable
41 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { in OutputSection() function
38 class OutputSection; variable
17 class OutputSection; variable
39 class OutputSection; variable
43 OutputSection(Kind kind, StringRef name) : name(name), sectionKind(kind) {} in OutputSection() function
23 class OutputSection; variable
22 class OutputSection; variable
21 class OutputSection; variable
32 class OutputSection; variable
71 OutputSection::OutputSection(StringRef name, uint32_t type, uint64_t flags) in OutputSection() function in OutputSection
35 class OutputSection; variable
1650 llvm::function_ref<void(OutputSection *, InputSectionDescription *)> fn) { in forEachInputSectionDescription()
2348 MCSection *OutputSection = in emitXXStructorList() local