Searched refs:ScriptLexer (Results 1 – 7 of 7) sorted by relevance
45 StringRef ScriptLexer::getLine() { in getLine()56 size_t ScriptLexer::getLineNumber() { in getLineNumber()83 size_t ScriptLexer::getColumnNumber() { in getColumnNumber()88 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation()93 ScriptLexer::ScriptLexer(MemoryBufferRef mb) { tokenize(mb); } in ScriptLexer() function in ScriptLexer96 void ScriptLexer::setError(const Twine &msg) { in setError()108 void ScriptLexer::tokenize(MemoryBufferRef mb) { in tokenize()168 StringRef ScriptLexer::skipSpace(StringRef s) { in skipSpace()194 bool ScriptLexer::atEOF() { return errorCount() || tokens.size() == pos; } in atEOF()244 void ScriptLexer::maybeSplitExpr() { in maybeSplitExpr()[all …]
19 class ScriptLexer {21 explicit ScriptLexer(MemoryBufferRef mb);
52 ScriptLexer.cpp
48 class ScriptParser final : ScriptLexer {50 ScriptParser(MemoryBufferRef mb) : ScriptLexer(mb) { in ScriptParser()
45 ScriptLexer.cpp \
57 "ScriptLexer.cpp",
3493 lld/ELF/ScriptLexer.cpp3494 lld/ELF/ScriptLexer.h