|
LLVM
3.7.0
|
A class derived from PseudoSourceValue that represents a GOT entry resolved by lazy-binding. More...
#include <MipsMachineFunction.h>
Public Member Functions | |
| MipsCallEntry (StringRef N) | |
| MipsCallEntry (const GlobalValue *V) | |
| bool | isConstant (const MachineFrameInfo *) const override |
| isConstant - Test whether the memory pointed to by this PseudoSourceValue has a constant value. More... | |
| bool | isAliased (const MachineFrameInfo *) const override |
| isAliased - 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 |
| mayAlias - 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 (bool isFixed=false) | |
| virtual | ~PseudoSourceValue () |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PseudoSourceValue | |
| static const PseudoSourceValue * | getFixedStack (int FI) |
| A pseudo source value referencing a fixed stack frame entry, e.g., a spill slot. More... | |
| static const PseudoSourceValue * | getStack () |
| A pseudo source value referencing the area below the stack frame of a function, e.g., the argument space. More... | |
| static const PseudoSourceValue * | getGOT () |
| A pseudo source value referencing the global offset table (or something the like). More... | |
| static const PseudoSourceValue * | getConstantPool () |
| A pseudo source value referencing the constant pool. More... | |
| static const PseudoSourceValue * | getJumpTable () |
| A pseudo source value referencing a jump table. More... | |
Public Attributes inherited from llvm::PseudoSourceValue | |
| bool | isFixed |
| isFixed - Whether this is a FixedStackPseudoSourceValue. More... | |
A class derived from PseudoSourceValue that represents a GOT entry resolved by lazy-binding.
Definition at line 35 of file MipsMachineFunction.h.
|
explicit |
Definition at line 28 of file MipsMachineFunction.cpp.
References N.
|
explicit |
Definition at line 35 of file MipsMachineFunction.cpp.
|
overridevirtual |
isAliased - Test whether the memory pointed to by this PseudoSourceValue may also be pointed to by an LLVM IR Value.
Reimplemented from llvm::PseudoSourceValue.
Definition at line 45 of file MipsMachineFunction.cpp.
|
overridevirtual |
isConstant - Test whether the memory pointed to by this PseudoSourceValue has a constant value.
Reimplemented from llvm::PseudoSourceValue.
Definition at line 41 of file MipsMachineFunction.cpp.
|
overridevirtual |
mayAlias - Return true if the memory pointed to by this PseudoSourceValue can ever alias an LLVM IR Value.
Reimplemented from llvm::PseudoSourceValue.
Definition at line 49 of file MipsMachineFunction.cpp.
1.8.6