LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::MachineFunctionInfo Struct Reference

#include <MachineFunction.h>

Inheritance diagram for llvm::MachineFunctionInfo:
Inheritance graph
[legend]

Public Member Functions

virtual ~MachineFunctionInfo ()
 

Detailed Description

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 71 of file MachineFunction.h.

Constructor & Destructor Documentation

MachineFunctionInfo::~MachineFunctionInfo ( )
virtual

Definition at line 47 of file MachineFunction.cpp.

Referenced by llvm::MachineFunction::~MachineFunction().


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