#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 |
◆ 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: