LLVM API Documentation
#include <ARMConstantPoolValue.h>


Public Member Functions | |
| const char * | getSymbol () const |
| int | getExistingMachineCPValue (MachineConstantPool *CP, unsigned Alignment) override |
| void | addSelectionDAGCSEId (FoldingSetNodeID &ID) override |
| bool | hasSameValue (ARMConstantPoolValue *ACPV) override |
| void | print (raw_ostream &O) const override |
| print - Implement operator<< | |
| bool | equals (const ARMConstantPoolSymbol *A) const |
Static Public Member Functions | |
| static ARMConstantPoolSymbol * | Create (LLVMContext &C, const char *s, unsigned ID, unsigned char PCAdj) |
| static bool | classof (const ARMConstantPoolValue *ACPV) |
ARMConstantPoolSymbol - ARM-specific constantpool values for external symbols.
Definition at line 188 of file ARMConstantPoolValue.h.
| void ARMConstantPoolSymbol::addSelectionDAGCSEId | ( | FoldingSetNodeID & | ID | ) | [override, virtual] |
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 213 of file ARMConstantPoolValue.cpp.
References llvm::FoldingSetNodeID::AddString().
| static bool llvm::ARMConstantPoolSymbol::classof | ( | const ARMConstantPoolValue * | ACPV | ) | [inline, static] |
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] |
Definition at line 198 of file ARMConstantPoolValue.cpp.
References llvm::ARMCP::no_modifier.
Referenced by llvm::ARMFrameLowering::adjustForSegmentedStacks().
| bool llvm::ARMConstantPoolSymbol::equals | ( | const ARMConstantPoolSymbol * | A | ) | const [inline] |
Definition at line 216 of file ARMConstantPoolValue.h.
| int ARMConstantPoolSymbol::getExistingMachineCPValue | ( | MachineConstantPool * | CP, |
| unsigned | Alignment | ||
| ) | [override, virtual] |
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 203 of file ARMConstantPoolValue.cpp.
| const char* llvm::ARMConstantPoolSymbol::getSymbol | ( | ) | const [inline] |
Definition at line 199 of file ARMConstantPoolValue.h.
| bool ARMConstantPoolSymbol::hasSameValue | ( | ARMConstantPoolValue * | ACPV | ) | [override, virtual] |
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().
| void ARMConstantPoolSymbol::print | ( | raw_ostream & | O | ) | const [override, virtual] |
print - Implement operator<<
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 218 of file ARMConstantPoolValue.cpp.