LLVM  3.7.0
Public Member Functions | Static Public Member Functions | List of all members
llvm::ARMConstantPoolSymbol Class Reference

ARMConstantPoolSymbol - ARM-specific constantpool values for external symbols. More...

#include <ARMConstantPoolValue.h>

Inheritance diagram for llvm::ARMConstantPoolSymbol:
[legend]
Collaboration diagram for llvm::ARMConstantPoolSymbol:
[legend]

Public Member Functions

const char * getSymbol () const
 
int getExistingMachineCPValue (MachineConstantPool *CP, unsigned Alignment) override
 
void addSelectionDAGCSEId (FoldingSetNodeID &ID) override
 
bool hasSameValue (ARMConstantPoolValue *ACPV) override
 hasSameValue - Return true if this ARM constpool value can share the same constantpool entry as another ARM constpool value. More...
 
void print (raw_ostream &O) const override
 print - Implement operator<< More...
 
bool equals (const ARMConstantPoolSymbol *A) const
 
- Public Member Functions inherited from llvm::ARMConstantPoolValue
 ~ARMConstantPoolValue () override
 
ARMCP::ARMCPModifier getModifier () const
 
const char * getModifierText () const
 
bool hasModifier () const
 
bool mustAddCurrentAddress () const
 
unsigned getLabelId () const
 
unsigned char getPCAdjustment () const
 
bool isGlobalValue () const
 
bool isExtSymbol () const
 
bool isBlockAddress () const
 
bool isLSDA () const
 
bool isMachineBasicBlock () const
 
unsigned getRelocationInfo () const override
 getRelocationInfo - This method classifies the entry according to whether or not it may generate a relocation entry. More...
 
bool equals (const ARMConstantPoolValue *A) const
 
void print (raw_ostream *O) const
 
void dump () const
 
- Public Member Functions inherited from llvm::MachineConstantPoolValue
 MachineConstantPoolValue (Type *ty)
 
virtual ~MachineConstantPoolValue ()
 
TypegetType () const
 getType - get type of this MachineConstantPoolValue. More...
 

Static Public Member Functions

static ARMConstantPoolSymbolCreate (LLVMContext &C, const char *s, unsigned ID, unsigned char PCAdj)
 
static bool classof (const ARMConstantPoolValue *ACPV)
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::ARMConstantPoolValue
 ARMConstantPoolValue (Type *Ty, unsigned id, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress)
 
 ARMConstantPoolValue (LLVMContext &C, unsigned id, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress)
 
template<typename Derived >
int getExistingMachineCPValueImpl (MachineConstantPool *CP, unsigned Alignment)
 

Detailed Description

ARMConstantPoolSymbol - ARM-specific constantpool values for external symbols.

Definition at line 188 of file ARMConstantPoolValue.h.

Member Function Documentation

void ARMConstantPoolSymbol::addSelectionDAGCSEId ( FoldingSetNodeID ID)
overridevirtual
static bool llvm::ARMConstantPoolSymbol::classof ( const ARMConstantPoolValue ACPV)
inlinestatic

Definition at line 212 of file ARMConstantPoolValue.h.

References llvm::ARMConstantPoolValue::isExtSymbol().

ARMConstantPoolSymbol * ARMConstantPoolSymbol::Create ( LLVMContext C,
const char *  s,
unsigned  ID,
unsigned char  PCAdj 
)
static
bool llvm::ARMConstantPoolSymbol::equals ( const ARMConstantPoolSymbol A) const
inline

Definition at line 216 of file ARMConstantPoolValue.h.

References llvm::ARMConstantPoolValue::equals().

int ARMConstantPoolSymbol::getExistingMachineCPValue ( MachineConstantPool CP,
unsigned  Alignment 
)
overridevirtual

Reimplemented from llvm::ARMConstantPoolValue.

Definition at line 203 of file ARMConstantPoolValue.cpp.

References llvm::HexagonISD::CP.

const char* llvm::ARMConstantPoolSymbol::getSymbol ( ) const
inline

Definition at line 199 of file ARMConstantPoolValue.h.

bool ARMConstantPoolSymbol::hasSameValue ( ARMConstantPoolValue ACPV)
overridevirtual

hasSameValue - Return true if this ARM constpool value can share the same constantpool entry as another ARM constpool value.

Reimplemented from llvm::ARMConstantPoolValue.

Definition at line 208 of file ARMConstantPoolValue.cpp.

References llvm::dyn_cast(), and llvm::ARMConstantPoolValue::hasSameValue().

void ARMConstantPoolSymbol::print ( raw_ostream O) const
overridevirtual

print - Implement operator<<

Reimplemented from llvm::ARMConstantPoolValue.

Definition at line 218 of file ARMConstantPoolValue.cpp.

References llvm::ARMConstantPoolValue::print().


The documentation for this class was generated from the following files: