Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp40 ScriptLexer::Buffer::Buffer(Ctx &ctx, MemoryBufferRef mb) in Buffer()
54 ScriptLexer::ScriptLexer(Ctx &ctx, MemoryBufferRef mb) in ScriptLexer() function in ScriptLexer
60 StringRef ScriptLexer::getLine() { in getLine()
70 size_t ScriptLexer::getColumnNumber() { in getColumnNumber()
74 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation()
80 void ScriptLexer::setError(const Twine &msg) { in setError()
91 void ScriptLexer::lex() { in lex()
169 StringRef ScriptLexer::skipSpace(StringRef s) { in skipSpace()
200 bool ScriptLexer::atEOF() { return eof || errCount(ctx); } in atEOF()
202 StringRef ScriptLexer::next() { in next()
[all …]
H A DScriptLexer.h22 class ScriptLexer {
68 explicit ScriptLexer(Ctx &ctx, MemoryBufferRef mb);
H A DScriptParser.cpp46 class ScriptParser final : ScriptLexer {
48 ScriptParser(Ctx &ctx, MemoryBufferRef mb) : ScriptLexer(ctx, mb), ctx(ctx) {} in ScriptParser()
/freebsd/usr.bin/clang/lld/
H A DMakefile71 SRCS+= ELF/ScriptLexer.cpp