Home
last modified time | relevance | path

Searched refs:macro_cache (Results 1 – 25 of 34) sorted by relevance

12

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/macro/
H A Dmacro.cpp29 auto compiled_macro = macro_cache.find(method); in Execute()
30 if (compiled_macro != macro_cache.end()) { in Execute()
53 auto& cache_info = macro_cache[method]; in Execute()
H A Dmacro.h135 std::unordered_map<u32, CacheInfo> macro_cache; variable
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dobjfiles.h280 struct bcache *macro_cache; /* Byte cache for macros */
H A Dobjfiles.c167 objfile->macro_cache = bcache_xmalloc ();
454 bcache_xfree (objfile->macro_cache);
H A Dsolib-sunos.c147 objfile->macro_cache = bcache_xmalloc (); in allocate_rt_common_objfile()
H A Dsymfile.c1870 bcache_xfree (objfile->macro_cache); in reread_symbols()
1871 objfile->macro_cache = bcache_xmalloc (); in reread_symbols()
1900 objfile->macro_cache = bcache_xmalloc (); in reread_symbols()
H A Dsymmisc.c238 bcache_memory_used (objfile->macro_cache)); in print_objfile_statistics()
H A Ddwarf2read.c8321 objfile->macro_cache); in macro_start_file()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dobjfiles.h280 struct bcache *macro_cache; /* Byte cache for macros */ member
H A Dobjfiles.c167 objfile->macro_cache = bcache_xmalloc (); in allocate_objfile()
454 bcache_xfree (objfile->macro_cache); in free_objfile()
H A Dsolib-sunos.c147 objfile->macro_cache = bcache_xmalloc (); in allocate_rt_common_objfile()
H A Dsymfile.c1870 bcache_xfree (objfile->macro_cache); in reread_symbols()
1871 objfile->macro_cache = bcache_xmalloc (); in reread_symbols()
1900 objfile->macro_cache = bcache_xmalloc (); in reread_symbols()
H A Dsymmisc.c238 bcache_memory_used (objfile->macro_cache)); in print_objfile_statistics()
H A Ddwarf2read.c8321 objfile->macro_cache); in macro_start_file()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dsymmisc.c136 print_bcache_statistics (objfile->macro_cache, "preprocessor macro cache"); in print_symbol_bcache_statistics()
196 bcache_memory_used (objfile->macro_cache)); in print_objfile_statistics()
H A Dobjfiles.h256 struct bcache *macro_cache; /* Byte cache for macros. */ member
H A Dsolib-sunos.c193 objfile->macro_cache = bcache_xmalloc (); in allocate_rt_common_objfile()
H A Dobjfiles.c205 objfile->macro_cache = bcache_xmalloc (NULL, NULL); in allocate_objfile()
657 bcache_xfree (objfile->macro_cache); in free_objfile()
H A Dsymfile.c2448 bcache_xfree (objfile->macro_cache); in reread_symbols()
2449 objfile->macro_cache = bcache_xmalloc (NULL, NULL); in reread_symbols()
2474 objfile->macro_cache = bcache_xmalloc (NULL, NULL); in reread_symbols()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dsymmisc.c97 print_bcache_statistics (objfile->per_bfd->macro_cache, in print_symbol_bcache_statistics()
160 bcache_memory_used (objfile->per_bfd->macro_cache)); in print_objfile_statistics()
H A Dobjfiles.h179 struct bcache *macro_cache; member
H A Dobjfiles.c144 storage->macro_cache = bcache_xmalloc (NULL, NULL); in get_objfile_bfd_data()
156 bcache_xfree (storage->macro_cache); in free_objfile_per_bfd_storage()
H A Dsolib-sunos.c192 objfile->macro_cache = bcache_xmalloc (NULL, NULL); in allocate_rt_common_objfile()
H A DChangeLog-20123393 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3394 (free_objfile_per_bfd_storage): Destroy macro_cache.
3396 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3398 (struct objfile) <macro_cache>: Remove.
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-20123391 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3392 (free_objfile_per_bfd_storage): Destroy macro_cache.
3394 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3396 (struct objfile) <macro_cache>: Remove.

12