LLVM API Documentation

llvm::MachineConstantPoolEntry Struct Reference

An entry in a MachineConstantPool. More...

#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
 The constant itself.
unsigned Offset
 The offset of the constant from the start of the pool.

Detailed Description

An entry in a MachineConstantPool.

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.


Constructor & Destructor Documentation

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

Definition at line 33 of file MachineConstantPool.h.


Member Data Documentation

Constant* llvm::MachineConstantPoolEntry::Val

The constant itself.

Definition at line 31 of file MachineConstantPool.h.

unsigned llvm::MachineConstantPoolEntry::Offset

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

Definition at line 32 of file MachineConstantPool.h.


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