Searched refs:readSectionDirective (Results 1 – 1 of 1) sorted by relevance
83 bool readSectionDirective(OutputSection *Cmd, StringRef Tok1, StringRef Tok2);744 bool ScriptParser::readSectionDirective(OutputSection *Cmd, StringRef Tok1, StringRef Tok2) { in readSectionDirective() function in ScriptParser773 if (readSectionDirective(Cmd, peek(), peek2())) in readSectionAddressType()777 if (peek() == "(" && !readSectionDirective(Cmd, "(", peek2())) in readSectionAddressType()