HomeSort by: relevance | last modified time | path
    Searched defs:OffsetAdjustment (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 169 int OffsetAdjustment = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 600 int OffsetAdjustment = 0;
622 OffsetAdjustment == Other.OffsetAdjustment &&
645 YamlIO.mapOptional("offsetAdjustment", MFI.OffsetAdjustment, (int)0);
MachineFrameInfo.h 250 /// SP then OffsetAdjustment is zero; if FP is used, OffsetAdjustment is set
255 int OffsetAdjustment = 0;
560 int getOffsetAdjustment() const { return OffsetAdjustment; }
563 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; }

Completed in 37 milliseconds