Home
last modified time | relevance | path

Searched refs:OffsetAdjustment (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h183 int OffsetAdjustment; variable
267 StackSize = NumFixedObjects = OffsetAdjustment = MaxAlignment = 0; in MachineFrameInfo()
462 int getOffsetAdjustment() const { return OffsetAdjustment; } in getOffsetAdjustment()
465 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment()
DMIRYamlMapping.h345 int OffsetAdjustment = 0;
366 YamlIO.mapOptional("offsetAdjustment", MFI.OffsetAdjustment);
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp427 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp249 YamlMFI.OffsetAdjustment = MFI.getOffsetAdjustment(); in convert()