LLVM
8.0.1
|
#include "llvm/ADT/APSInt.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include <string>
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... | |