Constructs a MIR parser that owns the given implementation.
Synopsis
Declared in <llvm/CodeGen/MIRParser/MIRParser.h>
MIRParser(std::unique_ptr<MIRParserImpl> Impl);
Parameters
Name |
Description |
Impl |
‐ Private parser implementation that owns the MIR buffer. |
Created with MrDocs