Home
last modified time | relevance | path

Searched refs:GetUseSourceCache (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp82 if (debugger_sp && debugger_sp->GetUseSourceCache()) in GetFile()
105 if (debugger_sp && debugger_sp->GetUseSourceCache()) in GetFile()
H A DDebugger.cpp230 if (!GetUseSourceCache()) { in SetPropertyValue()
420 bool Debugger::GetUseSourceCache() const { in GetUseSourceCache() function in Debugger
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h253 bool GetUseSourceCache() const;
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h320 bool GetUseSourceCache() const;
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1431 bool SBDebugger::GetUseSourceCache() const { in GetUseSourceCache() function in SBDebugger
1434 return (m_opaque_sp ? m_opaque_sp->GetUseSourceCache() : false); in GetUseSourceCache()