Searched defs:OutputSection (Results 1 – 15 of 15) sorted by relevance
75 template <class ELFT> struct OutputSection { struct 76 Elf_Shdrllvm::ifs::__anone42b97300111::OutputSection global() argument 77 Namellvm::ifs::__anone42b97300111::OutputSection global() argument 78 Shdrllvm::ifs::__anone42b97300111::OutputSection global() argument 79 Addrllvm::ifs::__anone42b97300111::OutputSection global() argument 80 Offsetllvm::ifs::__anone42b97300111::OutputSection global() argument 81 Sizellvm::ifs::__anone42b97300111::OutputSection global() argument 82 Alignllvm::ifs::__anone42b97300111::OutputSection global() argument 83 Indexllvm::ifs::__anone42b97300111::OutputSection global() argument 84 NoBitsllvm::ifs::__anone42b97300111::OutputSection global() argument
16 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
38 class OutputSection; global() variable
18 class OutputSection; variable
21 class OutputSection; global() variable
34 class OutputSection; variable
32 class OutputSection; global() variable [all...]
76 OutputSection::OutputSection(StringRef name, uint32_t type, uint64_t flags) OutputSection() function in OutputSection [all...]
1828 forEachInputSectionDescription(ArrayRef<OutputSection * > outputSections,llvm::function_ref<void (OutputSection *,InputSectionDescription *)> fn) forEachInputSectionDescription() argument [all...]
2975 MCSection *OutputSection = emitXXStructorList() local