Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h588 return m_source_file_cache; in GetSourceFileCache()
700 SourceManager::SourceFileCache m_source_file_cache; // All the source managers variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp250 m_source_file_cache.Clear(); in SetPropertyValue()
484 m_source_file_cache.Clear(); in SetUseSourceCache()
840 m_source_manager_up(), m_source_file_cache(), in Debugger()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2640 return m_source_file_cache; in GetSourceFileCache()
3122 SourceManager::SourceFileCache m_source_file_cache; variable