Searched refs:LLLexer (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 166 int LLLexer::getNextChar() { in getNextChar() 182 lltok::Kind LLLexer::LexToken() { in LexToken() 247 void LLLexer::SkipLineComment() { in SkipLineComment() [all …]
|
| H A D | CMakeLists.txt | 3 LLLexer.cpp
|
| /netbsd-src/external/apache2/llvm/dist/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 | 57 LLLexer::LocTy Loc; 86 typedef LLLexer::LocTy LocTy; 89 LLLexer Lex;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | XRayExample.rst | 84 …000, 0.000001, 0.000014, 0.000032, 0.000075] 0.001596 LLLexer.cpp:446:0: llvm::LLLexer::LexI… 121 …- { type: 0, func-id: 187, function: 'llvm::LLLexer::LexIdentifier()', cpu: 37, thread: 69819, kin… 122 …- { type: 0, func-id: 187, function: 'llvm::LLLexer::LexIdentifier()', cpu: 37, thread: 69819, kin… 123 …- { type: 0, func-id: 187, function: 'llvm::LLLexer::LexIdentifier()', cpu: 37, thread: 69819, kin… 124 …- { type: 0, func-id: 187, function: 'llvm::LLLexer::LexIdentifier()', cpu: 37, thread: 69819, kin… 125 …- { type: 0, func-id: 187, function: 'llvm::LLLexer::LexIdentifier()', cpu: 37, thread: 69819, kin… 126 …- { type: 0, func-id: 187, function: 'llvm::LLLexer::LexIdentifier()', cpu: 37, thread: 69819, kin…
|
| H A D | ExtendingLLVM.rst | 195 #. ``llvm/lib/AsmParser/LLLexer.cpp``: 258 #. ``llvm/lib/AsmParser/LLLexer.cpp``: 299 #. ``llvm/lib/AsmParser/LLLexer.cpp``: 301 modify ``lltok::Kind LLLexer::LexIdentifier()`` to add ability to
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/AsmParser/ |
| H A D | BUILD.gn | 9 "LLLexer.cpp",
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMAsmParser/ |
| H A D | Makefile | 9 SRCS+= LLLexer.cpp \
|