Lines Matching refs:OutputSection
36 class OutputSection; variable
217 OutputSection *OutSec = nullptr;
223 llvm::DenseMap<StringRef, OutputSection *> NameToOutputSection;
234 std::vector<InputSection *> createInputSectionList(OutputSection &Cmd);
236 std::vector<size_t> getPhdrIndices(OutputSection *Sec);
238 MemoryRegion *findMemoryRegion(OutputSection *Sec);
240 void switchTo(OutputSection *Sec);
244 void assignOffsets(OutputSection *Sec);
254 OutputSection *Aether;
259 OutputSection *createOutputSection(StringRef Name, StringRef Location);
260 OutputSection *getOrCreateOutputSection(StringRef Name);