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

  /src/external/gpl3/binutils/dist/gprofng/src/
CacheMap.h 28 * outside CacheMap (f.e. deletion);
42 class CacheMap : public Map<Key_t, Value_t>
46 CacheMap ();
47 ~CacheMap ();
80 const int CacheMap<Key_t, Value_t>::INIT_SIZE = 1 << 14;
82 const int CacheMap<Key_t, Value_t>::MAX_SIZE = 1 << 20;
84 template <typename Key_t, typename Value_t>CacheMap<Key_t, Value_t>
85 ::CacheMap ()
95 CacheMap<Key_t, Value_t>::~CacheMap ()
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CacheMap.h 28 * outside CacheMap (f.e. deletion);
42 class CacheMap : public Map<Key_t, Value_t>
46 CacheMap ();
47 ~CacheMap ();
80 const int CacheMap<Key_t, Value_t>::INIT_SIZE = 1 << 14;
82 const int CacheMap<Key_t, Value_t>::MAX_SIZE = 1 << 20;
84 template <typename Key_t, typename Value_t>CacheMap<Key_t, Value_t>
85 ::CacheMap ()
95 CacheMap<Key_t, Value_t>::~CacheMap ()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
MappedBlockStream.h 102 DenseMap<uint32_t, std::vector<CacheEntry>> CacheMap;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h 307 CacheMapTy CacheMap;

Completed in 35 milliseconds