Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h33 bool consumeLabel(StringRef tok);
H A DScriptLexer.cpp293 bool ScriptLexer::consumeLabel(StringRef tok) { in consumeLabel() function in ScriptLexer
H A DScriptParser.cpp1673 if (consumeLabel("local")) { in readSymbols()
1677 if (consumeLabel("global")) { in readSymbols()