LLVM  8.0.1
Classes | Namespaces | Functions
MILexer.h File Reference
#include "llvm/ADT/APSInt.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include <string>
Include dependency graph for MILexer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::MIToken
 A token produced by the machine instruction lexer. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

StringRef llvm::lexMIToken (StringRef Source, MIToken &Token, function_ref< void(StringRef::iterator, const Twine &)> ErrorCallback)
 Consume a single machine instruction token in the given source and return the remaining source string. More...