One entry in a MachineConstantPool.
Synopsis
Declared in <llvm/CodeGen/MachineConstantPool.h>
class MachineConstantPoolEntry;
Description
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.
Types
Name |
Description |
The constant itself. |
Member Functions
Name |
Description |
|
Constructors |
Return the required alignment for this entry. |
|
Return the section kind for this constant pool entry. |
|
Return the size in bytes of this entry's value. |
|
isMachineConstantPoolEntry ‐ Return true if the MachineConstantPoolEntry is indeed a target specific constantpool entry, not a wrapper over a Constant. |
|
Return true if this entry may generate a relocation. |
Data Members
Name |
Description |
The required alignment for this entry. |
|
True if Val holds a MachineConstantPoolValue rather than a Constant. |
|
The constant itself. |
Created with MrDocs