aboutsummaryrefslogtreecommitdiff
path: root/gcc/file-prefix-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/file-prefix-map.h')
-rw-r--r--gcc/file-prefix-map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/file-prefix-map.h b/gcc/file-prefix-map.h
index 5aecd5f..3a2b060 100644
--- a/gcc/file-prefix-map.h
+++ b/gcc/file-prefix-map.h
@@ -21,8 +21,10 @@
void add_macro_prefix_map (const char *);
void add_debug_prefix_map (const char *);
void add_file_prefix_map (const char *);
+void add_profile_prefix_map (const char *);
const char *remap_macro_filename (const char *);
const char *remap_debug_filename (const char *);
+const char *remap_profile_filename (const char *);
#endif /* !GCC_FILE_PREFIX_MAP_H */