Home
last modified time | relevance | path

Searched refs:m_cache_callback (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp65 m_cache_callback = std::move(*cache_or_err); in DataFileCache()
79 // If we call the "m_cache_callback" function and the data is cached, it will in GetCachedData()
84 m_cache_callback(task, key, ""); in GetCachedData()
116 m_cache_callback(task, key, ""); in SetCachedData()
/llvm-project/lldb/include/lldb/Core/
H A DDataFileCache.h93 llvm::FileCache m_cache_callback; variable