LLVM API Documentation
This is the complete list of members for llvm::MachineLocation, including all inherited members.
| dump() | llvm::MachineLocation | |
| getOffset() const | llvm::MachineLocation | inline |
| getReg() const | llvm::MachineLocation | inline |
| isIndirect() const | llvm::MachineLocation | inline |
| isReg() const | llvm::MachineLocation | inline |
| LLVM_ENUM_INT_TYPE(uint32_t) | llvm::MachineLocation | inline |
| MachineLocation() | llvm::MachineLocation | inline |
| MachineLocation(unsigned R) | llvm::MachineLocation | inlineexplicit |
| MachineLocation(unsigned R, int O) | llvm::MachineLocation | inline |
| operator==(const MachineLocation &Other) const | llvm::MachineLocation | inline |
| set(unsigned R) | llvm::MachineLocation | inline |
| set(unsigned R, int O) | llvm::MachineLocation | inline |
| setIsRegister(bool Is) | llvm::MachineLocation | inline |
| setOffset(int O) | llvm::MachineLocation | inline |
| setRegister(unsigned R) | llvm::MachineLocation | inline |