LLVM API Documentation
#include <MachineConstantPool.h>
Collaboration diagram for llvm::MachineConstantPool:

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. | |
Definition at line 31 of file MachineConstantPool.h.
|
|
dump - Call print(std::cerr) to be called from the debugger.
Definition at line 306 of file MachineFunction.cpp. References print(). |
|
|
getConstantPoolIndex - Create a new entry in the constant pool or return an existing one. Definition at line 38 of file MachineConstantPool.h. |
|
|
Definition at line 49 of file MachineConstantPool.h. |
|
|
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(). |