Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h596 return m_source_file_cache; in GetSourceFileCache()
709 SourceManager::SourceFileCache m_source_file_cache; // All the source managers variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp251 m_source_file_cache.Clear(); in SetPropertyValue()
485 m_source_file_cache.Clear(); in SetUseSourceCache()
854 m_source_manager_up(), m_source_file_cache(), in Debugger()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2665 return m_source_file_cache; in GetSourceFileCache()
3187 SourceManager::SourceFileCache m_source_file_cache; variable