Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h32 bool consumeLabel(StringRef tok);
H A DScriptLexer.cpp278 bool ScriptLexer::consumeLabel(StringRef tok) { in consumeLabel() function in ScriptLexer
H A DScriptParser.cpp1722 if (consumeLabel("local")) { in readSymbols()
1726 if (consumeLabel("global")) { in readSymbols()