HomeSort by relevance Sort by last modified time
    Searched defs:OffsetAdjustment (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 345 int OffsetAdjustment = 0;
366 YamlIO.mapOptional("offsetAdjustment", MFI.OffsetAdjustment);
MachineFrameInfo.h 178 /// SP then OffsetAdjustment is zero; if FP is used, OffsetAdjustment is set
183 int OffsetAdjustment;
267 StackSize = NumFixedObjects = OffsetAdjustment = MaxAlignment = 0;
462 int getOffsetAdjustment() const { return OffsetAdjustment; }
465 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; }

Completed in 50 milliseconds