| Index: src/IceTargetLoweringX8664.h
|
| diff --git a/src/IceTargetLoweringX8664.h b/src/IceTargetLoweringX8664.h
|
| index 0a3cdef8d0a66a873babe36aec9a495b087b9dd0..64ff2f2b3f1db63ac5bb8a33da19237a369851f9 100644
|
| --- a/src/IceTargetLoweringX8664.h
|
| +++ b/src/IceTargetLoweringX8664.h
|
| @@ -61,7 +61,9 @@ protected:
|
| void _unlink_bp();
|
| void _push_reg(Variable *Reg);
|
|
|
| + void initRebasePtr();
|
| void initSandbox();
|
| + bool legalizeOptAddrForSandbox(OptAddr *Addr);
|
| void emitSandboxedReturn();
|
| void lowerIndirectJump(Variable *JumpTarget);
|
| void emitGetIP(CfgNode *Node);
|
|
|