llvm::MIRParser::parseMachineFunctions

parseMachineFunctions overloads

Synopses

Declared in <llvm/CodeGen/MIRParser/MIRParser.h>

Parses MachineFunctions in the MIR file and add them to the given MachineModuleInfo MMI.

bool
parseMachineFunctions(
    Module& M,
    MachineModuleInfo& MMI);
» more...

Parses MachineFunctions into MachineFunctionAnalysis results in MAM.

bool
parseMachineFunctions(
    Module& M,
    ModuleAnalysisManager& MAM);
» more...

Return Value

true if an error occurred.

Parameters

NameDescription
M- The LLVM IR module that owns the machine functions.
MMI- Machine module info that receives the parsed functions.
MAM- Module analysis manager that holds MachineFunctionAnalysis.