|
LLVM
4.0.0
|
A specialized pseudo soruce value for holding GlobalValue values. More...
#include <PseudoSourceValue.h>
Public Member Functions | |
| GlobalValuePseudoSourceValue (const GlobalValue *GV) | |
| const GlobalValue * | getValue () const |
Public Member Functions inherited from llvm::CallEntryPseudoSourceValue | |
| bool | isConstant (const MachineFrameInfo *) const override |
| Test whether the memory pointed to by this PseudoSourceValue has a constant value. More... | |
| bool | isAliased (const MachineFrameInfo *) const override |
| Test whether the memory pointed to by this PseudoSourceValue may also be pointed to by an LLVM IR Value. More... | |
| bool | mayAlias (const MachineFrameInfo *) const override |
| Return true if the memory pointed to by this PseudoSourceValue can ever alias an LLVM IR Value. More... | |
Public Member Functions inherited from llvm::PseudoSourceValue | |
| PseudoSourceValue (PSVKind Kind) | |
| virtual | ~PseudoSourceValue () |
| PSVKind | kind () const |
| bool | isStack () const |
| bool | isGOT () const |
| bool | isConstantPool () const |
| bool | isJumpTable () const |
| unsigned | getTargetCustom () const |
Static Public Member Functions | |
| static bool | classof (const PseudoSourceValue *V) |
Additional Inherited Members | |
Public Types inherited from llvm::PseudoSourceValue | |
| enum | PSVKind { Stack, GOT, JumpTable, ConstantPool, FixedStack, GlobalValueCallEntry, ExternalSymbolCallEntry, TargetCustom } |
Protected Member Functions inherited from llvm::CallEntryPseudoSourceValue | |
| CallEntryPseudoSourceValue (PSVKind Kind) | |
A specialized pseudo soruce value for holding GlobalValue values.
Definition at line 123 of file PseudoSourceValue.h.
| GlobalValuePseudoSourceValue::GlobalValuePseudoSourceValue | ( | const GlobalValue * | GV | ) |
Definition at line 90 of file PseudoSourceValue.cpp.
|
inlinestatic |
Definition at line 129 of file PseudoSourceValue.h.
References llvm::PseudoSourceValue::GlobalValueCallEntry, and llvm::PseudoSourceValue::kind().
|
inline |
Definition at line 133 of file PseudoSourceValue.h.
1.8.6