Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: src/IceTargetLoweringX8632.h

Issue 1559243002: Suzero. X8664. NaCl Sandboxing. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fixes filetype=asm; addresses comments. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceRegistersX8664.h ('k') | src/IceTargetLoweringX8632.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTargetLoweringX8632.h
diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
index f7ac52ee88351287e3c2b378e9d9ea11f2b0f389..1f8e4a702be58667b2f9537f63f8923165d6300a 100644
--- a/src/IceTargetLoweringX8632.h
+++ b/src/IceTargetLoweringX8632.h
@@ -49,6 +49,15 @@ public:
}
protected:
+ void _add_sp(Operand *Adjustment);
+ void _mov_sp(Operand *NewValue);
+ Traits::X86OperandMem *_sandbox_mem_reference(X86OperandMem *) {
+ llvm::report_fatal_error("sandbox mem reference for x86-32.");
+ }
+ void _sub_sp(Operand *Adjustment);
+
+ void initSandbox() {}
+ void lowerIndirectJump(Variable *JumpTarget);
void lowerCall(const InstCall *Instr) override;
void lowerArguments() override;
void lowerRet(const InstRet *Inst) override;
« no previous file with comments | « src/IceRegistersX8664.h ('k') | src/IceTargetLoweringX8632.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698