Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h307 bool SetUseSourceCache(bool use_source_cache);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h325 bool SetUseSourceCache(bool use_source_cache);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1478 bool SBDebugger::SetUseSourceCache(bool value) { in SetUseSourceCache() function in SBDebugger
1481 return (m_opaque_sp ? m_opaque_sp->SetUseSourceCache(value) : false); in SetUseSourceCache()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp481 bool Debugger::SetUseSourceCache(bool b) { in SetUseSourceCache() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22420 result = (bool)(arg1)->SetUseSourceCache(arg2); in _wrap_SBDebugger_SetUseSourceCache()