LLVM API Documentation
#include <MachineConstantPool.h>
Collaboration diagram for llvm::MachineConstantPoolEntry:
Public Member Functions | |
MachineConstantPoolEntry (Constant *V, unsigned O) | |
Public Attributes | |
Constant * | Val |
Val - The constant itself. | |
unsigned | Offset |
Offset - The offset of the constant from the start of the constant pool. |
Definition at line 35 of file MachineConstantPool.h.
llvm::MachineConstantPoolEntry::MachineConstantPoolEntry | ( | Constant * | V, | |
unsigned | O | |||
) | [inline] |
Definition at line 41 of file MachineConstantPool.h.
Offset - The offset of the constant from the start of the constant pool.
Definition at line 39 of file MachineConstantPool.h.