Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h309 bool GetUseSourceCache() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h323 bool GetUseSourceCache() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1484 bool SBDebugger::GetUseSourceCache() const { in GetUseSourceCache() function in SBDebugger
1487 return (m_opaque_sp ? m_opaque_sp->GetUseSourceCache() : false); in GetUseSourceCache()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp86 if (!debugger_sp || !debugger_sp->GetUseSourceCache()) { in GetFile()
H A DDebugger.cpp250 if (!GetUseSourceCache()) { in SetPropertyValue()
475 bool Debugger::GetUseSourceCache() const { in GetUseSourceCache() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22444 result = (bool)((lldb::SBDebugger const *)arg1)->GetUseSourceCache(); in _wrap_SBDebugger_GetUseSourceCache()