llvm::MCStreamer::emitCFIAdjustCfaOffset

Emit a .cfi_adjust_cfa_offset directive.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
emitCFIAdjustCfaOffset(
    int64_t Adjustment,
    SMLoc Loc = {});

Parameters

NameDescription
Adjustment- Amount added to the current CFA offset.
Loc- Source location for diagnostics.