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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h249 /// SP then OffsetAdjustment is zero; if FP is used, OffsetAdjustment is set
254 int OffsetAdjustment = 0; member in class:llvm::MachineFrameInfo
559 int getOffsetAdjustment() const { return OffsetAdjustment; }
562 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; }
H A DMIRYamlMapping.h493 int OffsetAdjustment = 0; member in struct:llvm::yaml::MachineFrameInfo
514 OffsetAdjustment == Other.OffsetAdjustment &&
536 YamlIO.mapOptional("offsetAdjustment", MFI.OffsetAdjustment, (int)0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h169 int OffsetAdjustment = 0; member in struct:llvm::CodeViewDebug::FunctionInfo
H A DCodeViewDebug.cpp1344 CurFn->OffsetAdjustment = MFI.getOffsetAdjustment();
2650 Offset += FI.OffsetAdjustment;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp647 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp335 YamlMFI.OffsetAdjustment = MFI.getOffsetAdjustment();

Completed in 203 milliseconds