Emit a .cfi_llvm_register_pair directive.
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitCFILLVMRegisterPair(
int64_t Register,
int64_t R1,
int64_t R1SizeInBits,
int64_t R2,
int64_t R2SizeInBits,
SMLoc Loc = {});
| Name | Description |
|---|---|
| Register | - Logical register being described. |
| R1 | - First physical register of the pair. |
| R1SizeInBits | - Size of R1 in bits. |
| R2 | - Second physical register of the pair. |
| R2SizeInBits | - Size of R2 in bits. |
| Loc | - Source location for diagnostics. |