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 {
37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const {
49 uint64_t LLLexer::atoull(const char *Buffer, const char *End) {
63 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) {
78 void LLLexer::HexToIntPair(const char *Buffer, const char *End,
97 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End,
164 LLLexer::LLLexer(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err,
170 std::string LLLexer::getFilename() const {
174 int LLLexer::getNextChar() {
191 lltok::Kind LLLexer::LexToken() {
250 void LLLexer::SkipLineComment() {
261 lltok::Kind LLLexer::LexAt() {
304 lltok::Kind LLLexer::LexDollar() {
342 lltok::Kind LLLexer::ReadString(lltok::Kind kind) {
360 bool LLLexer::ReadVarName() {
381 lltok::Kind LLLexer::LexPercent() {
410 lltok::Kind LLLexer::LexQuote() {
426 lltok::Kind LLLexer::LexExclaim() {
446 lltok::Kind LLLexer::LexHash() {
467 lltok::Kind LLLexer::LexIdentifier() {
783 lltok::Kind LLLexer::Lex0x() {
844 lltok::Kind LLLexer::LexDigitOrNegative() {
914 lltok::Kind LLLexer::LexPositive() {