Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h515 return m_source_file_cache; in GetSourceFileCache()
543 SourceManager::SourceFileCache m_source_file_cache; // All the source managers variable
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp231 m_source_file_cache.Clear(); in SetPropertyValue()
430 m_source_file_cache.Clear(); in SetUseSourceCache()
749 m_source_manager_up(), m_source_file_cache(), in Debugger()