Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp43 StringRef ScriptLexer::getLine() { in getLine()
54 size_t ScriptLexer::getLineNumber() { in getLineNumber()
81 size_t ScriptLexer::getColumnNumber() { in getColumnNumber()
91 ScriptLexer::ScriptLexer(MemoryBufferRef mb) { tokenize(mb); } in ScriptLexer() function in ScriptLexer
94 void ScriptLexer::setError(const Twine &msg) { in setError()
238 void ScriptLexer::maybeSplitExpr() { in maybeSplitExpr()
249 StringRef ScriptLexer::next() { in next()
261 StringRef ScriptLexer::peek() { in peek()
269 StringRef ScriptLexer::peek2() { in peek2()
278 bool ScriptLexer::consume(StringRef tok) { in consume()
[all …]
H A DScriptLexer.h21 class ScriptLexer {
23 explicit ScriptLexer(MemoryBufferRef mb);
H A DScriptParser.cpp47 class ScriptParser final : ScriptLexer {
49 ScriptParser(MemoryBufferRef mb) : ScriptLexer(mb) { in ScriptParser()
/freebsd-13.1/usr.bin/clang/lld/
H A DMakefile70 SRCS+= ELF/ScriptLexer.cpp