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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
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; }
MIRYamlMapping.h 600 int OffsetAdjustment = 0;
622 OffsetAdjustment == Other.OffsetAdjustment &&
645 YamlIO.mapOptional("offsetAdjustment", MFI.OffsetAdjustment, (int)0);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 169 int OffsetAdjustment = 0;
CodeViewDebug.cpp 1382 CurFn->OffsetAdjustment = MFI.getOffsetAdjustment();
2713 Offset += FI.OffsetAdjustment;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 692 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 343 YamlMFI.OffsetAdjustment = MFI.getOffsetAdjustment();

Completed in 33 milliseconds