LLVM 20.0.0git
|
ARMConstantPoolSymbol - ARM-specific constantpool values for external symbols. More...
#include "Target/ARM/ARMConstantPoolValue.h"
Static Public Member Functions | |
static ARMConstantPoolSymbol * | Create (LLVMContext &C, StringRef 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, Align Alignment) |
ARMConstantPoolSymbol - ARM-specific constantpool values for external symbols.
Definition at line 210 of file ARMConstantPoolValue.h.
|
overridevirtual |
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 249 of file ARMConstantPoolValue.cpp.
References llvm::ARMConstantPoolValue::addSelectionDAGCSEId().
|
inlinestatic |
Definition at line 234 of file ARMConstantPoolValue.h.
References llvm::ARMConstantPoolValue::isExtSymbol().
|
static |
Definition at line 233 of file ARMConstantPoolValue.cpp.
References llvm::CallingConv::C, and llvm::ARMCP::no_modifier.
Referenced by llvm::ARMFrameLowering::adjustForSegmentedStacks().
|
inline |
Definition at line 238 of file ARMConstantPoolValue.h.
References A, and llvm::ARMConstantPoolValue::equals().
|
overridevirtual |
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 239 of file ARMConstantPoolValue.cpp.
|
inline |
Definition at line 221 of file ARMConstantPoolValue.h.
|
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 244 of file ARMConstantPoolValue.cpp.
References llvm::ARMConstantPoolValue::hasSameValue().
|
overridevirtual |
print - Implement operator<<
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 254 of file ARMConstantPoolValue.cpp.
References llvm::ARMConstantPoolValue::print().