Lines Matching refs:OutputSection
83 bool readSectionDirective(OutputSection *Cmd, StringRef Tok1, StringRef Tok2);
84 void readSectionAddressType(OutputSection *Cmd);
85 OutputSection *readOverlaySectionDescription();
86 OutputSection *readOutputSectionDescription(StringRef OutSec);
495 OutputSection *Prev = nullptr; in readOverlay()
499 OutputSection *OS = readOverlaySectionDescription(); in readOverlay()
516 Max = std::max(Max, cast<OutputSection>(Cmd)->Size); in readOverlay()
744 bool ScriptParser::readSectionDirective(OutputSection *Cmd, StringRef Tok1, StringRef Tok2) { in readSectionDirective()
772 void ScriptParser::readSectionAddressType(OutputSection *Cmd) { in readSectionAddressType()
792 OutputSection *ScriptParser::readOverlaySectionDescription() { in readOverlaySectionDescription()
793 OutputSection *Cmd = in readOverlaySectionDescription()
803 OutputSection *ScriptParser::readOutputSectionDescription(StringRef OutSec) { in readOutputSectionDescription()
804 OutputSection *Cmd = in readOutputSectionDescription()
1120 static void checkIfExists(OutputSection *Cmd, StringRef Location) { in checkIfExists()
1157 OutputSection *Sec = Script->getOrCreateOutputSection(Name); in readPrimary()
1181 OutputSection *Cmd = Script->getOrCreateOutputSection(Name); in readPrimary()
1233 OutputSection *Cmd = Script->getOrCreateOutputSection(Name); in readPrimary()
1267 OutputSection *Cmd = Script->getOrCreateOutputSection(Name); in readPrimary()