LLVM  3.7.0
Public Member Functions | List of all members
llvm::MachineFunctionInitializer Class Referenceabstract

This interface provides a way to initialize machine functions after they are created by the machine function analysis pass. More...

#include <MachineFunctionInitializer.h>

Inheritance diagram for llvm::MachineFunctionInitializer:
[legend]

Public Member Functions

virtual ~MachineFunctionInitializer ()
 
virtual bool initializeMachineFunction (MachineFunction &MF)=0
 Initialize the machine function. More...
 

Detailed Description

This interface provides a way to initialize machine functions after they are created by the machine function analysis pass.

Definition at line 24 of file MachineFunctionInitializer.h.

Constructor & Destructor Documentation

virtual llvm::MachineFunctionInitializer::~MachineFunctionInitializer ( )
inlinevirtual

Definition at line 28 of file MachineFunctionInitializer.h.

Member Function Documentation

virtual bool llvm::MachineFunctionInitializer::initializeMachineFunction ( MachineFunction MF)
pure virtual

Initialize the machine function.

Return true if error occurred.

Implemented in llvm::MIRParser.


The documentation for this class was generated from the following files: