Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h255 int OffsetAdjustment = 0; variable
560 int getOffsetAdjustment() const { return OffsetAdjustment; } in getOffsetAdjustment()
563 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment()
H A DMIRYamlMapping.h600 int OffsetAdjustment = 0;
622 OffsetAdjustment == Other.OffsetAdjustment &&
645 YamlIO.mapOptional("offsetAdjustment", MFI.OffsetAdjustment, (int)0);
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h169 int OffsetAdjustment = 0; member
H A DCodeViewDebug.cpp1382 CurFn->OffsetAdjustment = MFI.getOffsetAdjustment(); in beginFunctionImpl()
2713 Offset += FI.OffsetAdjustment; in emitLocalVariable()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp343 YamlMFI.OffsetAdjustment = MFI.getOffsetAdjustment(); in convert()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp692 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()