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

Unified Diff: src/IceGlobalContext.h

Issue 1651163002: Subzero. Enables moar complex relocation offsets. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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
Index: src/IceGlobalContext.h
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
index 01724fb37dde02d908c9e512bba69653de868335..9c125492209b3c6280ab6a4fa10c32f9d48ea71f 100644
--- a/src/IceGlobalContext.h
+++ b/src/IceGlobalContext.h
@@ -200,6 +200,9 @@ public:
Constant *getConstantFloat(float Value);
Constant *getConstantDouble(double Value);
/// Returns a symbolic constant.
+ Constant *getConstantSym(const RelocOffsetArray &Offset,
+ const IceString &Name, const IceString &EmitString,
+ bool SuppressMangling);
Constant *getConstantSym(RelocOffsetT Offset, const IceString &Name,
bool SuppressMangling);
Constant *getConstantExternSym(const IceString &Name);

Powered by Google App Engine
This is Rietveld 408576698