Searched refs:macro_cache (Results 1 – 7 of 7) sorted by relevance
266 struct bcache *macro_cache; /* Byte cache for macros */ member
170 objfile->macro_cache = bcache_xmalloc (); in allocate_objfile()460 bcache_xfree (objfile->macro_cache); in free_objfile()
191 objfile->macro_cache = bcache_xmalloc (); in allocate_rt_common_objfile()
1902 bcache_xfree (objfile->macro_cache); in reread_symbols()1903 objfile->macro_cache = bcache_xmalloc (); in reread_symbols()1932 objfile->macro_cache = bcache_xmalloc (); in reread_symbols()
238 bcache_memory_used (objfile->macro_cache)); in print_objfile_statistics()
8831 objfile->macro_cache); in macro_start_file()
6688 (struct objfile): Change psymbol_cache and macro_cache to ``struct6690 * dwarf2read.c (macro_start_file): Pass macro_cache by value.6694 macro_cache.9335 * objfiles.h (struct objfile): New member: `macro_cache'.