Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp687 std::string ManualDWARFIndex::GetCacheKey() { in GetCacheKey() function in ManualDWARFIndex
695 strm << objfile->GetModule()->GetCacheKey() << "-dwarf-index-" in GetCacheKey()
708 cache->GetCachedData(GetCacheKey()); in LoadFromCache()
719 cache->RemoveCacheFile(GetCacheKey()); in LoadFromCache()
734 if (cache->SetCachedData(GetCacheKey(), file.GetData())) in SaveToCache()
H A DManualDWARFIndex.h131 std::string GetCacheKey();
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp1162 std::string Symtab::GetCacheKey() { in GetCacheKey() function in Symtab
1168 strm << m_objfile->GetModule()->GetCacheKey() << "-symtab-" in GetCacheKey()
1183 if (cache->SetCachedData(GetCacheKey(), file.GetData())) in SaveToCache()
1347 cache->GetCachedData(GetCacheKey()); in LoadFromCache()
1358 cache->RemoveCacheFile(GetCacheKey()); in LoadFromCache()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h186 std::string GetCacheKey();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h976 std::string GetCacheKey();
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1630 std::string Module::GetCacheKey() { in GetCacheKey() function in Module