aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto/lto.h')
-rw-r--r--gcc/lto/lto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lto/lto.h b/gcc/lto/lto.h
index 4bf3917240f..40fbb03035e 100644
--- a/gcc/lto/lto.h
+++ b/gcc/lto/lto.h
@@ -224,6 +224,11 @@ extern tree lto_resolve_typedecl_ref (lto_info_fd *info_fd,
lto_context *context,
const lto_ref *ref);
+/* Return the NAMESPACE_DECL referred to by REF. */
+extern tree lto_resolve_namespacedecl_ref (lto_info_fd *info_fd,
+ lto_context *context,
+ const lto_ref *ref);
+
/* Get the file name associated with INFO_FD. */
extern const char *lto_get_file_name (lto_info_fd *info_fd);