Constructors
Synopses
Declared in <llvm/CodeGen/MIRParser/MIRParser.h>
Deleted copy constructor; MIRParser is not copyable.
Constructs a MIR parser that owns the given implementation.
MIRParser(std::unique_ptr<MIRParserImpl> Impl);
Parameters
Name |
Description |
Other |
Unused; copy construction is deleted. |
Impl |
‐ Private parser implementation that owns the MIR buffer. |
Created with MrDocs