OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLLexer
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/AsmParser/
LLLexer.h
1
//===-
LLLexer
.h - Lexer for LLVM Assembly Files ----------------*- C++ -*-===//
29
class
LLLexer
{
46
explicit
LLLexer
(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &,
48
~
LLLexer
() {}
Android.mk
4
LLLexer
.cpp \
LLLexer.cpp
1
//===-
LLLexer
.cpp - Lexer for .ll Files ----------------------------------===//
14
#include "
LLLexer
.h"
32
bool
LLLexer
::Error(LocTy ErrorLoc, const Twine &Msg) const {
37
void
LLLexer
::Warning(LocTy WarningLoc, const Twine &Msg) const {
49
uint64_t
LLLexer
::atoull(const char *Buffer, const char *End) {
63
uint64_t
LLLexer
::HexIntToVal(const char *Buffer, const char *End) {
78
void
LLLexer
::HexToIntPair(const char *Buffer, const char *End,
97
void
LLLexer
::FP80HexToIntPair(const char *Buffer, const char *End,
164
LLLexer
::
LLLexer
(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err
[
all
...]
LLParser.h
17
#include "
LLLexer
.h"
61
LLLexer
::LocTy Loc;
89
typedef
LLLexer
::LocTy LocTy;
92
LLLexer
Lex;
Completed in 94 milliseconds