HomeSort by: relevance | last modified time | path
    Searched defs:symbol_cache_key (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
symtab.c 255 static const registry<program_space>::key<symbol_cache> symbol_cache_key; variable
1398 struct symbol_cache *cache = symbol_cache_key.get (pspace);
1402 cache = symbol_cache_key.emplace (pspace);
1416 struct symbol_cache *cache = symbol_cache_key.get (pspace);
1558 struct symbol_cache *cache = symbol_cache_key.get (pspace);
1670 cache = symbol_cache_key.get (pspace);
1737 cache = symbol_cache_key.get (pspace);
  /src/external/gpl3/gdb/dist/gdb/
symtab.c 289 static const registry<program_space>::key<symbol_cache> symbol_cache_key; variable
1398 struct symbol_cache *cache = symbol_cache_key.get (pspace);
1402 cache = symbol_cache_key.emplace (pspace);
1416 struct symbol_cache *cache = symbol_cache_key.get (pspace);
1558 struct symbol_cache *cache = symbol_cache_key.get (pspace);
1670 cache = symbol_cache_key.get (pspace);
1737 cache = symbol_cache_key.get (pspace);

Completed in 53 milliseconds