Searched refs:peek2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h31 StringRef peek2();
H A DScriptLexer.cpp251 StringRef ScriptLexer::peek2() { function in class:lld::elf::ScriptLexer
H A DScriptParser.cpp761 if (readSectionDirective(cmd, peek(), peek2()))
765 if (peek() == "(" && !readSectionDirective(cmd, "(", peek2()))
766 setError("unknown section directive: " + peek2());

Completed in 168 milliseconds