Searched refs:LLLexer (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 28 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error() 33 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning() 45 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() 59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() 74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() 95 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() 159 LLLexer::LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &Err, in LLLexer() function in LLLexer 165 int LLLexer::getNextChar() { in getNextChar() 181 lltok::Kind LLLexer::LexToken() { in LexToken() 246 void LLLexer::SkipLineComment() { in SkipLineComment() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLLexer.h | 28 class LLLexer { 49 explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
|
| H A D | LLParser.h | 74 LLLexer::LocTy Loc; 106 typedef LLLexer::LocTy LocTy; 110 LLLexer OPLex; 111 LLLexer Lex;
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 180 SRCS_MIN+= AsmParser/LLLexer.cpp
|