Held in ExtraFields when OpLLVMSetRAState.
More...
#include "llvm/MC/MCDwarf.h"
|
| unsigned | State |
| | The ra_state value (DW_AARCH64_RA_NOT_SIGNED, DW_AARCH64_RA_SIGNED_SP, or DW_AARCH64_RA_SIGNED_SP_PC).
|
| MCSymbol * | PACSym |
| | Symbol pointing to the signing instruction.
|
| int64_t | Offset |
| | Factored offset to the signing instruction.
|
Held in ExtraFields when OpLLVMSetRAState.
Definition at line 599 of file MCDwarf.h.
◆ Offset
| int64_t llvm::MCCFIInstruction::LLVMSetRAStateFields::Offset |
Factored offset to the signing instruction.
Precisely one of PACSym xor Offset should be set.
Definition at line 608 of file MCDwarf.h.
◆ PACSym
| MCSymbol* llvm::MCCFIInstruction::LLVMSetRAStateFields::PACSym |
Symbol pointing to the signing instruction.
Precisely one of PACSym xor Offset should be set.
Definition at line 605 of file MCDwarf.h.
◆ State
| unsigned llvm::MCCFIInstruction::LLVMSetRAStateFields::State |
The ra_state value (DW_AARCH64_RA_NOT_SIGNED, DW_AARCH64_RA_SIGNED_SP, or DW_AARCH64_RA_SIGNED_SP_PC).
Definition at line 602 of file MCDwarf.h.
The documentation for this struct was generated from the following file: