Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptLexer.cpp44 StringRef ScriptLexer::getLine() { in getLine()
55 size_t ScriptLexer::getLineNumber() { in getLineNumber()
62 size_t ScriptLexer::getColumnNumber() { in getColumnNumber()
72 ScriptLexer::ScriptLexer(MemoryBufferRef MB) { tokenize(MB); } in ScriptLexer() function in ScriptLexer
75 void ScriptLexer::setError(const Twine &Msg) { in setError()
216 void ScriptLexer::maybeSplitExpr() { in maybeSplitExpr()
227 StringRef ScriptLexer::next() { in next()
239 StringRef ScriptLexer::peek() { in peek()
247 StringRef ScriptLexer::peek2() { in peek2()
256 bool ScriptLexer::consume(StringRef Tok) { in consume()
[all …]
H A DScriptLexer.h22 class ScriptLexer {
24 explicit ScriptLexer(MemoryBufferRef MB);
H A DCMakeLists.txt40 ScriptLexer.cpp
H A DScriptParser.cpp47 class ScriptParser final : ScriptLexer {
50 : ScriptLexer(MB), in ScriptParser()
/freebsd-12.1/usr.bin/clang/lld/
H A DMakefile62 SRCS+= ELF/ScriptLexer.cpp