LLVM API Documentation

Public Member Functions
llvm::MachineFunctionInfo Struct Reference

#include <MachineFunction.h>

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

List of all members.

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


Constructor & Destructor Documentation

Definition at line 49 of file MachineFunction.cpp.

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


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