Searched refs:LLLexer (Results 1 – 7 of 7) 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() 99 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() 166 LLLexer::LLLexer(StringRef StartBuf, SourceMgr &sm, SMDiagnostic &Err, in LLLexer() function in LLLexer 172 int LLLexer::getNextChar() { in getNextChar() 189 lltok::Kind LLLexer::LexToken() { in LexToken() 248 void LLLexer::SkipLineComment() { in SkipLineComment() [all …]
|
D | LLLexer.h | 29 class LLLexer { 46 explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
|
D | CMakeLists.txt | 3 LLLexer.cpp
|
D | Android.mk | 4 LLLexer.cpp \
|
D | LLParser.h | 59 LLLexer::LocTy Loc; 85 typedef LLLexer::LocTy LocTy; 88 LLLexer Lex;
|
/external/llvm/docs/ |
D | ExtendingLLVM.rst | 193 #. ``llvm/lib/AsmParser/LLLexer.cpp``: 260 #. ``llvm/lib/AsmParser/LLLexer.cpp``: 306 #. ``llvm/lib/AsmParser/LLLexer.cpp``: 308 modify ``lltok::Kind LLLexer::LexIdentifier()`` to add ability to
|
/external/llvm/patches/ |
D | 0004-Add-Android-makefiles-for-LLVM.patch | 459 + LLLexer.cpp \
|