llvm::MachineModuleInfoWrapperPass::getMMI

Return the owned MachineModuleInfo.

Synopses

Declared in <llvm/CodeGen/MachineModuleInfo.h>

Return the owned MachineModuleInfo.

MachineModuleInfo&
getMMI();
» more...

Return the owned MachineModuleInfo.

MachineModuleInfo const&
getMMI() const;
» more...

Return Value

  • Reference to the owned MachineModuleInfo.
  • Const reference to the owned MachineModuleInfo.