Emit a .cfi_adjust_cfa_offset directive.
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitCFIAdjustCfaOffset(
int64_t Adjustment,
SMLoc Loc = {});
| Name | Description |
|---|---|
| Adjustment | - Amount added to the current CFA offset. |
| Loc | - Source location for diagnostics. |