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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp1 //===- ScriptLexer.cpp ----------------------------------------------------===//
34 #include "ScriptLexer.h"
43 StringRef ScriptLexer::getLine() {
54 size_t ScriptLexer::getLineNumber() {
63 size_t ScriptLexer::getColumnNumber() {
68 std::string ScriptLexer::getCurrentLocation() {
73 ScriptLexer::ScriptLexer(MemoryBufferRef mb) { tokenize(mb); } function in class:lld::elf::ScriptLexer
76 void ScriptLexer::setError(const Twine &msg) {
88 void ScriptLexer
[all...]
H A DScriptLexer.h1 //===- ScriptLexer.h --------------------------------------------*- C++ -*-===//
21 class ScriptLexer { class in namespace:lld::elf
23 explicit ScriptLexer(MemoryBufferRef mb);
H A DScriptParser.cpp20 #include "ScriptLexer.h"
44 class ScriptParser final : ScriptLexer {
46 ScriptParser(MemoryBufferRef mb) : ScriptLexer(mb) {
/freebsd-12-stable/usr.bin/clang/lld/
H A DMakefile69 SRCS+= ELF/ScriptLexer.cpp

Completed in 169 milliseconds