LLVM API Documentation

llvm::MachineConstantPoolEntry Struct Reference

#include <MachineConstantPool.h>

Collaboration diagram for llvm::MachineConstantPoolEntry:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MachineConstantPoolEntry (Constant *V, unsigned O)

Public Attributes

ConstantVal
 Val - The constant itself.
unsigned Offset
 Offset - The offset of the constant from the start of the constant pool.

Detailed Description

MachineConstantPoolEntry - One entry in the constant pool.

Definition at line 35 of file MachineConstantPool.h.


Constructor & Destructor Documentation

llvm::MachineConstantPoolEntry::MachineConstantPoolEntry ( Constant V,
unsigned  O 
) [inline]

Definition at line 41 of file MachineConstantPool.h.


Member Data Documentation

unsigned llvm::MachineConstantPoolEntry::Offset

Offset - The offset of the constant from the start of the constant pool.

Definition at line 39 of file MachineConstantPool.h.

Constant* llvm::MachineConstantPoolEntry::Val

Val - The constant itself.

Definition at line 37 of file MachineConstantPool.h.


The documentation for this struct was generated from the following file: