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

Unified Diff: src/IceMangling.h

Issue 1766233002: Subzero: Fix symbol name mangling. Make flags global. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 4 years, 9 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/IceIntrinsics.cpp ('k') | src/IceMangling.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceMangling.h
diff --git a/src/IceMangling.h b/src/IceMangling.h
new file mode 100644
index 0000000000000000000000000000000000000000..3c838a1c2a94aca1c5f538a182e249b453a8303d
--- /dev/null
+++ b/src/IceMangling.h
@@ -0,0 +1,26 @@
+//===- subzero/src/IceMangling.h - Name mangling for crosstests -*- C++ -*-===//
+//
+// The Subzero Code Generator
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// \brief Declares utility functions for name mangling for cross tests.
+///
+//===----------------------------------------------------------------------===//
+
+#ifndef SUBZERO_SRC_ICEMANGLING_H
+#define SUBZERO_SRC_ICEMANGLING_H
+
+#include "IceDefs.h"
+
+namespace Ice {
+
+IceString mangleName(const IceString &Name);
+
+} // end of namespace Ice
+
+#endif // SUBZERO_SRC_ICEMANGLING_H
« no previous file with comments | « src/IceIntrinsics.cpp ('k') | src/IceMangling.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698