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

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

Completed in 56 milliseconds