Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
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()
304 void ScriptLexer::skip() { (void)next(); } in skip()
[all …]
H A DScriptLexer.h20 class ScriptLexer {
22 explicit ScriptLexer(MemoryBufferRef mb);
H A DCMakeLists.txt40 ScriptLexer.cpp
H A DScriptParser.cpp48 class ScriptParser final : ScriptLexer {
50 ScriptParser(MemoryBufferRef mb) : ScriptLexer(mb) { in ScriptParser()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lld/ELF/
H A DBUILD.gn56 "ScriptLexer.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3497 lld/ELF/ScriptLexer.cpp
3498 lld/ELF/ScriptLexer.h