aboutsummaryrefslogtreecommitdiff
path: root/gcc/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/input.h')
-rw-r--r--gcc/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/input.h b/gcc/input.h
index a5863eb..fb3ef12 100644
--- a/gcc/input.h
+++ b/gcc/input.h
@@ -138,6 +138,9 @@ class file_cache
file_cache ();
~file_cache ();
+ void dump (FILE *out, int indent) const;
+ void DEBUG_FUNCTION dump () const;
+
file_cache_slot *lookup_or_add_file (const char *file_path);
void forcibly_evict_file (const char *file_path);