Searched refs:LLLexer (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp1 //===- LLLexer.cpp - Lexer for .ll Files ----------------------------------===//
13 #include "LLLexer.h"
28 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const {
33 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const {
45 uint64_t LLLexer::atoull(const char *Buffer, const char *End) {
59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) {
74 void LLLexer::HexToIntPair(const char *Buffer, const char *End,
95 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End,
159 LLLexer::LLLexer(StringRe function in class:LLLexer
[all...]
H A DLLLexer.h1 //===- LLLexer.h - Lexer for LLVM Assembly Files ----------------*- C++ -*-===//
28 class LLLexer { class in namespace:llvm
49 explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
H A DLLParser.h16 #include "LLLexer.h"
57 LLLexer::LocTy Loc;
86 typedef LLLexer::LocTy LocTy;
89 LLLexer Lex;
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile143 SRCS_MIN+= AsmParser/LLLexer.cpp

Completed in 97 milliseconds