Searched defs:LLLexer (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
H A DLLLexer.h1 //===- LLLexer.h - Lexer for LLVM Assembly Files ----------------*- C++ -*-===//
29 class LLLexer { class in namespace:llvm
46 explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
H A DLLLexer.cpp1 //===- 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,
99 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End,
166 LLLexer::LLLexer(StringRe function in class:LLLexer
[all...]

Completed in 82 milliseconds