/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.cpp | 31 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error() 44 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() 58 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() 79 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() 110 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() 188 LLLexer::LLLexer(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err, in LLLexer() function in LLLexer 194 std::string LLLexer::getFilename() const { in getFilename() 198 int LLLexer::getNextChar() { in getNextChar() 215 lltok::Kind LLLexer::LexToken() { in LexToken() 279 void LLLexer::SkipLineComment() { in SkipLineComment() [all …]
|
D | LLLexer.h | 29 class LLLexer { 47 explicit LLLexer(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &, 49 ~LLLexer() {} in ~LLLexer()
|
D | LLParser.h | 58 LLLexer::LocTy Loc; 86 typedef LLLexer::LocTy LocTy; 89 LLLexer Lex;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 29 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error() 34 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning() 46 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() 60 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() 75 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() 96 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() 160 LLLexer::LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &Err, in LLLexer() function in LLLexer 167 int LLLexer::getNextChar() { in getNextChar() 183 lltok::Kind LLLexer::LexToken() { in LexToken() 248 void LLLexer::SkipLineComment() { in SkipLineComment() [all …]
|
D | LLLexer.h | 29 class LLLexer { 50 explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
|
D | CMakeLists.txt | 3 LLLexer.cpp
|
D | LLParser.h | 61 LLLexer::LocTy Loc; 90 typedef LLLexer::LocTy LocTy; 93 LLLexer Lex;
|
/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 | LLParser.h | 60 LLLexer::LocTy Loc; 89 typedef LLLexer::LocTy LocTy; 92 LLLexer Lex;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
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…
|
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/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/swiftshader/third_party/llvm-7.0/ |
D | BUILD.gn | 200 "llvm/lib/AsmParser/LLLexer.cpp",
|