reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2800 uint64_t InternalAmt = (isDestroy || Amount) ? TII.getFrameAdjustment(*I) : 0; 2813 Amount = alignTo(Amount, StackAlign); 2813 Amount = alignTo(Amount, StackAlign); 2833 MCCFIInstruction::createGnuArgsSize(nullptr, Amount)); 2835 if (Amount == 0) 2840 Amount -= InternalAmt; 2850 int64_t StackAdjustment = isDestroy ? Amount : -Amount; 2850 int64_t StackAdjustment = isDestroy ? Amount : -Amount;