Searched defs:OutputSection (Results 1 – 17 of 17) 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;
15 class OutputSection; variable
27 class OutputSection; variable
34 class OutputSection; variable
24 class OutputSection; variable
71 OutputSection::OutputSection(Ctx &ctx, StringRef name, uint32_t type, in OutputSection() function in OutputSection
2001 llvm::function_ref<void(OutputSection *, InputSectionDescription *)> fn) { in forEachInputSectionDescription()
51 class OutputSection; variable
16 class OutputSection; variable
38 class OutputSection; variable
43 OutputSection(Kind kind, StringRef name) : name(name), sectionKind(kind) {} in OutputSection() function
30 : OutputSection(kind, name) {} in OutputSection() function
28 class OutputSection; variable
41 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { in OutputSection() function
39 class OutputSection; variable
3321 MCSection *OutputSection = in emitXXStructorList() local