Searched refs:LLLexer (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 32 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 …]
|
D | LLLexer.h | 29 class LLLexer { 46 explicit LLLexer(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &, 48 ~LLLexer() {} in ~LLLexer()
|
D | CMakeLists.txt | 3 LLLexer.cpp
|
D | Android.mk | 4 LLLexer.cpp \
|
D | LLParser.h | 61 LLLexer::LocTy Loc; 89 typedef LLLexer::LocTy LocTy; 92 LLLexer Lex;
|
/external/llvm/patches/ |
D | 0004-Add-Android-makefiles-for-LLVM.patch | 459 + LLLexer.cpp \
|