#include "llvm/MC/MachineLocation.h"
Definition at line 22 of file MachineLocation.h.
◆ anonymous enum
◆ MachineLocation() [1/2]
llvm::MachineLocation::MachineLocation |
( |
| ) |
|
|
default |
◆ MachineLocation() [2/2]
llvm::MachineLocation::MachineLocation |
( |
unsigned | R, |
|
|
bool | Indirect = false ) |
|
inlineexplicit |
◆ getReg()
unsigned llvm::MachineLocation::getReg |
( |
| ) |
const |
|
inline |
◆ isIndirect()
bool llvm::MachineLocation::isIndirect |
( |
| ) |
const |
|
inline |
- Returns
- true iff this is a register-indirect location.
Definition at line 45 of file MachineLocation.h.
◆ isReg()
bool llvm::MachineLocation::isReg |
( |
| ) |
const |
|
inline |
◆ operator==()
◆ setIsRegister()
void llvm::MachineLocation::setIsRegister |
( |
bool | Is | ) |
|
|
inline |
◆ setRegister()
void llvm::MachineLocation::setRegister |
( |
unsigned | R | ) |
|
|
inline |
The documentation for this class was generated from the following file: