Searched refs:OffsetAdjustment (Results 1 – 4 of 4) sorted by relevance
183 int OffsetAdjustment; variable267 StackSize = NumFixedObjects = OffsetAdjustment = MaxAlignment = 0; in MachineFrameInfo()462 int getOffsetAdjustment() const { return OffsetAdjustment; } in getOffsetAdjustment()465 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment()
345 int OffsetAdjustment = 0;366 YamlIO.mapOptional("offsetAdjustment", MFI.OffsetAdjustment);
427 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()
249 YamlMFI.OffsetAdjustment = MFI.getOffsetAdjustment(); in convert()