Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp45 StringRef ScriptLexer::getLine() { in getLine()
56 size_t ScriptLexer::getLineNumber() { in getLineNumber()
83 size_t ScriptLexer::getColumnNumber() { in getColumnNumber()
93 ScriptLexer::ScriptLexer(MemoryBufferRef mb) { tokenize(mb); } in ScriptLexer() function in ScriptLexer
96 void ScriptLexer::setError(const Twine &msg) { in setError()
244 void ScriptLexer::maybeSplitExpr() { in maybeSplitExpr()
255 StringRef ScriptLexer::next() { in next()
267 StringRef ScriptLexer::peek() { in peek()
275 StringRef ScriptLexer::peek2() { in peek2()
284 bool ScriptLexer::consume(StringRef tok) { in consume()
[all …]
H A DScriptLexer.h19 class ScriptLexer {
21 explicit ScriptLexer(MemoryBufferRef mb);
H A DScriptParser.cpp48 class ScriptParser final : ScriptLexer {
50 ScriptParser(MemoryBufferRef mb) : ScriptLexer(mb) { in ScriptParser()
/freebsd-14.2/usr.bin/clang/lld/
H A DMakefile70 SRCS+= ELF/ScriptLexer.cpp