LLVM API Documentation
#include <MachineFunction.h>
Public Member Functions | |
virtual | ~MachineFunctionInfo () |
MachineFunctionInfo - This class can be derived from and used by targets to hold private target-specific information for each MachineFunction. Objects of type are accessed/created with MF::getInfo and destroyed when the MachineFunction is destroyed.
Definition at line 73 of file MachineFunction.h.
MachineFunctionInfo::~MachineFunctionInfo | ( | ) | [virtual] |
Definition at line 49 of file MachineFunction.cpp.
Referenced by llvm::MachineFunction::~MachineFunction().