Home
last modified time | relevance | path

Searched refs:LLLexer (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/AsmParser/
DLLLexer.cpp32 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error()
37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning()
49 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull()
63 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal()
78 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair()
97 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
164 LLLexer::LLLexer(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err, in LLLexer() function in LLLexer
170 std::string LLLexer::getFilename() const { in getFilename()
174 int LLLexer::getNextChar() { in getNextChar()
191 lltok::Kind LLLexer::LexToken() { in LexToken()
[all …]
DLLLexer.h29 class LLLexer {
46 explicit LLLexer(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &,
48 ~LLLexer() {} in ~LLLexer()
DCMakeLists.txt3 LLLexer.cpp
DAndroid.mk4 LLLexer.cpp \
DLLParser.h61 LLLexer::LocTy Loc;
89 typedef LLLexer::LocTy LocTy;
92 LLLexer Lex;
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch459 + LLLexer.cpp \