Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DManualDWARFIndex.cpp672 std::string ManualDWARFIndex::GetCacheKey() { in GetCacheKey() function in ManualDWARFIndex
680 strm << objfile->GetModule()->GetCacheKey() << "-dwarf-index-" in GetCacheKey()
693 cache->GetCachedData(GetCacheKey()); in LoadFromCache()
704 cache->RemoveCacheFile(GetCacheKey()); in LoadFromCache()
719 if (cache->SetCachedData(GetCacheKey(), file.GetData())) in SaveToCache()
DManualDWARFIndex.h130 std::string GetCacheKey();
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DSymtab.cpp1165 std::string Symtab::GetCacheKey() { in GetCacheKey() function in Symtab
1171 strm << m_objfile->GetModule()->GetCacheKey() << "-symtab-" in GetCacheKey()
1186 if (cache->SetCachedData(GetCacheKey(), file.GetData())) in SaveToCache()
1350 cache->GetCachedData(GetCacheKey()); in LoadFromCache()
1361 cache->RemoveCacheFile(GetCacheKey()); in LoadFromCache()
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DSymtab.h186 std::string GetCacheKey();
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModule.h1022 std::string GetCacheKey();
/openbsd/src/gnu/llvm/lldb/source/Core/
DModule.cpp1680 std::string Module::GetCacheKey() { in GetCacheKey() function in Module