Searched refs:LRSpilledForFarJump (Results 1 – 3 of 3) sorted by relevance
63 bool LRSpilledForFarJump; variable130 LRSpilledForFarJump(false), in ARMFunctionInfo()157 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; } in isLRSpilledForFarJump()158 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; } in setLRIsSpilledForFarJump()
20 RestoreSPFromFP(false), LRSpilledForFarJump(false), in ARMFunctionInfo()
63 bool LRSpilledForFarJump = false; variable154 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; } in isLRSpilledForFarJump()155 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; } in setLRIsSpilledForFarJump()