getRegister ‐ Return the specified register in the class.
Synopsis
Declared in <llvm/MC/MCRegisterInfo.h>
MCRegister
getRegister(unsigned int i) const;
Return Value
The register at index i in this class.
Parameters
Name |
Description |
i |
Index of the register within this class. |
Created with MrDocs