LLVM API Documentation
#include <MachineConstantPool.h>
Collaboration diagram for llvm::MachineConstantPoolEntry:
Public Member Functions | |
MachineConstantPoolEntry (Constant *V, unsigned O) | |
Public Attributes | |
Constant * | Val |
The constant itself. | |
unsigned | Offset |
The offset of the constant from the start of the pool. |
This class is a data container for one entry in a MachineConstantPool. It contains a pointer to the value and an offset from the start of the constant pool.
Definition at line 30 of file MachineConstantPool.h.
llvm::MachineConstantPoolEntry::MachineConstantPoolEntry | ( | Constant * | V, | |
unsigned | O | |||
) | [inline] |
Definition at line 33 of file MachineConstantPool.h.
The offset of the constant from the start of the pool.
Definition at line 32 of file MachineConstantPool.h.