Home
last modified time | relevance | path

Searched refs:GetCacheKey (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp584 std::string ManualDWARFIndex::GetCacheKey() { in GetCacheKey() function in ManualDWARFIndex
609 strm << objfile->GetModule()->GetCacheKey() << "-dwarf-index-" in GetCacheKey()
622 cache->GetCachedData(GetCacheKey()); in LoadFromCache()
633 cache->RemoveCacheFile(GetCacheKey()); in LoadFromCache()
648 if (cache->SetCachedData(GetCacheKey(), file.GetData())) in SaveToCache()
H A DManualDWARFIndex.h111 std::string GetCacheKey();
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp1173 std::string Symtab::GetCacheKey() { in GetCacheKey() function in Symtab
1179 strm << m_objfile->GetModule()->GetCacheKey() << "-symtab-" in GetCacheKey()
1194 if (cache->SetCachedData(GetCacheKey(), file.GetData())) in SaveToCache()
1358 cache->GetCachedData(GetCacheKey()); in LoadFromCache()
1369 cache->RemoveCacheFile(GetCacheKey()); in LoadFromCache()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h186 std::string GetCacheKey();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h987 std::string GetCacheKey();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1626 std::string Module::GetCacheKey() { in GetCacheKey() function in Module