Home | History | Annotate | Download | only in MCParser

Lines Matching full:adjustment

2820 /// ::= .cfi_adjust_cfa_offset adjustment
2822 int64_t Adjustment = 0;
2823 if (parseAbsoluteExpression(Adjustment))
2826 getStreamer().EmitCFIAdjustCfaOffset(Adjustment);