Home
last modified time | relevance | path

Searched refs:SetCachedData (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDataFileCache.h84 bool SetCachedData(llvm::StringRef key, llvm::ArrayRef<uint8_t> data);
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp108 bool DataFileCache::SetCachedData(llvm::StringRef key, in SetCachedData() function in DataFileCache
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp737 if (cache->SetCachedData(GetCacheKey(), file.GetData())) in SaveToCache()
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp1195 if (cache->SetCachedData(GetCacheKey(), file.GetData())) in EncodeCStrMap()