LLVM 24.0.0git
llvm::MCCFIInstruction::LLVMSetRAStateFields Struct Reference

Held in ExtraFields when OpLLVMSetRAState. More...

#include "llvm/MC/MCDwarf.h"

Public Attributes

unsigned State
 The ra_state value (DW_AARCH64_RA_NOT_SIGNED, DW_AARCH64_RA_SIGNED_SP, or DW_AARCH64_RA_SIGNED_SP_PC).
MCSymbolPACSym
 Symbol pointing to the signing instruction.
int64_t Offset
 Factored offset to the signing instruction.

Detailed Description

Held in ExtraFields when OpLLVMSetRAState.

Definition at line 599 of file MCDwarf.h.

Member Data Documentation

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