LLVM 19.0.0git
Classes | Namespaces | Functions
MILexer.h File Reference
#include "llvm/ADT/APSInt.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

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

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.