LLVM API Documentation
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 |
bool | isAliased (const MachineFrameInfo *) const override |
bool | mayAlias (const MachineFrameInfo *) const override |
A class derived from PseudoSourceValue that represents a GOT entry resolved by lazy-binding.
Definition at line 35 of file MipsMachineFunction.h.
MipsCallEntry::MipsCallEntry | ( | StringRef | N | ) | [explicit] |
Definition at line 27 of file MipsMachineFunction.cpp.
MipsCallEntry::MipsCallEntry | ( | const GlobalValue * | V | ) | [explicit] |
Definition at line 34 of file MipsMachineFunction.cpp.
bool MipsCallEntry::isAliased | ( | const MachineFrameInfo * | MFI | ) | const [override, virtual] |
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 44 of file MipsMachineFunction.cpp.
bool MipsCallEntry::isConstant | ( | const MachineFrameInfo * | ) | const [override, virtual] |
isConstant - Test whether the memory pointed to by this PseudoSourceValue has a constant value.
Reimplemented from llvm::PseudoSourceValue.
Definition at line 40 of file MipsMachineFunction.cpp.
bool MipsCallEntry::mayAlias | ( | const MachineFrameInfo * | MFI | ) | const [override, virtual] |
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 48 of file MipsMachineFunction.cpp.