Home
last modified time | relevance | path

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

/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp69 MCAsmLexer &getLexer() const { return Parser.getLexer(); } in getLexer() function in __anon9e0397600111::MSP430AsmParser
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp105 MCAsmLexer &getLexer() const { return Parser.getLexer(); } in getLexer() function in __anon2e336bc40111::AVRAsmParser
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp109 MCAsmLexer &getLexer() const { return Parser.getLexer(); } getLexer() function in __anon453836c60111::HexagonAsmParser
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp226 MCAsmLexer &getLexer() override { return Lexer; } in getLexer() function in __anonae3f0b1b0111::AsmParser
[all...]
H A DMasmParser.cpp495 MCAsmLexer &getLexer() override { return Lexer; } in getLexer() function in __anon187db4280111::MasmParser
[all...]