Home
last modified time | relevance | path

Searched defs:getLexer (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h56 MCAsmLexer &getLexer() { return getParser().getLexer(); } in getLexer() function
57 const MCAsmLexer &getLexer() const { in getLexer() function
H A DMCAsmParser.h161 const MCAsmLexer &getLexer() const { in getLexer() function
/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp69 MCAsmLexer &getLexer() const { return Parser.getLexer(); } getLexer() function in __anon0a319ea10111::MSP430AsmParser
[all...]
/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp105 MCAsmLexer &getLexer() const { return Parser.getLexer(); } getLexer() function in __anon6f0156450111::AVRAsmParser
[all...]
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp110 MCAsmLexer &getLexer() const { return Parser.getLexer(); } getLexer() function in __anon750512470111::HexagonAsmParser
[all...]
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp226 MCAsmLexer &getLexer() override { return Lexer; } in getLexer() function in __anonf5946c1c0111::AsmParser
[all...]
H A DMasmParser.cpp495 MCAsmLexer &getLexer() override { return Lexer; } getLexer() function in __anon4a7f35490111::MasmParser
[all...]