LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::MachineConstantPool Class Reference

#include <MachineConstantPool.h>

Collaboration diagram for llvm::MachineConstantPool:

Collaboration graph
[legend]
List of all members.

Public Member Functions

unsigned getConstantPoolIndex (Constant *C)
const std::vector< Constant * > & getConstants () const
void print (std::ostream &OS) const
void dump () const
 dump - Call print(std::cerr) to be called from the debugger.

Detailed Description

Definition at line 31 of file MachineConstantPool.h.


Member Function Documentation

void MachineConstantPool::dump  )  const
 

dump - Call print(std::cerr) to be called from the debugger.

Definition at line 306 of file MachineFunction.cpp.

References print().

unsigned llvm::MachineConstantPool::getConstantPoolIndex Constant C  )  [inline]
 

getConstantPoolIndex - Create a new entry in the constant pool or return an existing one.

Definition at line 38 of file MachineConstantPool.h.

const std::vector<Constant*>& llvm::MachineConstantPool::getConstants  )  const [inline]
 

Definition at line 49 of file MachineConstantPool.h.

void MachineConstantPool::print std::ostream &  OS  )  const
 

print - Used by the MachineFunction printer to print information about stack objects. Implemented in MachineFunction.cpp

Definition at line 301 of file MachineFunction.cpp.

Referenced by dump(), and llvm::MachineFunction::print().


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