LLVM: lib/CodeGen/MIRParser/MIRParser.cpp File Reference (original) (raw)
Go to the source code of this file.
Classes | |
---|---|
class | llvm::MIRParserImpl |
This class implements the parsing of LLVM IR that's embedded inside a MIR file. More... | |
struct | llvm::MIRParserImpl::VarExprLoc |
Namespaces | |
---|---|
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
---|---|
static void | handleYAMLDiag (const SMDiagnostic &Diag, void *Context) |
static bool | isSSA (const MachineFunction &MF) |
template<typename T > | |
static bool | typecheckMDNode (T *&Result, MDNode *Node, const yaml::StringValue &Source, StringRef TypeString, MIRParserImpl &Parser) |
Verify that given node is of a certain type. Return true on error. | |