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.h421 bool GetUseSourceCache() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h328 bool GetUseSourceCache() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1475 bool SBDebugger::GetUseSourceCache() const { in GetUseSourceCache() function in SBDebugger
1478 return (m_opaque_sp ? m_opaque_sp->GetUseSourceCache() : false); in GetUseSourceCache()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp96 if (!debugger_sp || !debugger_sp->GetUseSourceCache()) { in GetFile()
H A DDebugger.cpp270 if (!GetUseSourceCache()) { in SetPropertyValue()
569 bool Debugger::GetUseSourceCache() const { in GetUseSourceCache() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22757 result = (bool)((lldb::SBDebugger const *)arg1)->GetUseSourceCache(); in _wrap_SBDebugger_GetUseSourceCache()