Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:LLLexer

1 //===- LLLexer.cpp - Lexer for .ll Files ----------------------------------===//
14 #include "LLLexer.h"
32 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const {
45 uint64_t LLLexer::atoull(const char *Buffer, const char *End) {
59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) {
74 void LLLexer::HexToIntPair(const char *Buffer, const char *End,
93 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End,
160 LLLexer::LLLexer(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err,
166 std::string LLLexer::getFilename() const {
170 int LLLexer::getNextChar() {
187 lltok::Kind LLLexer::LexToken() {
252 void LLLexer::SkipLineComment() {
263 lltok::Kind LLLexer::LexAt() {
303 lltok::Kind LLLexer::ReadString(lltok::Kind kind) {
321 bool LLLexer::ReadVarName() {
342 lltok::Kind LLLexer::LexPercent() {
371 lltok::Kind LLLexer::LexQuote() {
387 lltok::Kind LLLexer::LexExclaim() {
407 lltok::Kind LLLexer::LexHash() {
428 lltok::Kind LLLexer::LexIdentifier() {
726 lltok::Kind LLLexer::Lex0x() {
787 lltok::Kind LLLexer::LexDigitOrNegative() {
857 lltok::Kind LLLexer::LexPositive() {