Home
last modified time | relevance | path

Searched refs:readSectionDirective (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp92 bool readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2);
792 bool ScriptParser::readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2) { in readSectionDirective() function in ScriptParser
822 if (readSectionDirective(cmd, peek(), peek2())) in readSectionAddressType()
826 if (peek() == "(" && !readSectionDirective(cmd, "(", peek2())) in readSectionAddressType()