Chromium Code Reviews

Unified Diff: src/IceDefs.h

Issue 828873002: Subzero: Start writing out some relocation sections (text) (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: review fixes Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/IceCfg.cpp ('k') | src/IceELFObjectWriter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceDefs.h
diff --git a/src/IceDefs.h b/src/IceDefs.h
index 584e05986b5524b461428a9e21b319f0d638c80f..4f58ede4efa8fe2f43b966d2adf0604f5a4294ab 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -40,9 +40,12 @@
namespace Ice {
+class Assembler;
class Cfg;
class CfgNode;
class Constant;
+class ELFObjectWriter;
+class ELFStreamer;
class FunctionDeclaration;
class GlobalContext;
class GlobalDeclaration;
« no previous file with comments | « src/IceCfg.cpp ('k') | src/IceELFObjectWriter.h » ('j') | no next file with comments »

Powered by Google App Engine