Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
88 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation()
93 ScriptLexer::ScriptLexer(MemoryBufferRef mb) { tokenize(mb); } in ScriptLexer() function in ScriptLexer
96 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 …]
H A DScriptLexer.h19 class ScriptLexer {
21 explicit ScriptLexer(MemoryBufferRef mb);
H A DCMakeLists.txt52 ScriptLexer.cpp
H A DScriptParser.cpp48 class ScriptParser final : ScriptLexer {
50 ScriptParser(MemoryBufferRef mb) : ScriptLexer(mb) { in ScriptParser()
/openbsd-src/gnu/usr.bin/clang/liblldELF/
H A DMakefile45 ScriptLexer.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lld/ELF/
H A DBUILD.gn57 "ScriptLexer.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3493 lld/ELF/ScriptLexer.cpp
3494 lld/ELF/ScriptLexer.h