Searched refs:LRSpilledForFarJump (Results 1 – 4 of 4) sorted by relevance
52 bool LRSpilledForFarJump; variable103 LRSpilledForFarJump(false), in ARMFunctionInfo()114 LRSpilledForFarJump(false), in ARMFunctionInfo()134 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; } in isLRSpilledForFarJump()135 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; } in setLRIsSpilledForFarJump()
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()