Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp134 return m_opaque_ap->SetResultIsInternal(b); in SetSuppressPersistentResult()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp290 options.SetResultIsInternal( in ConditionSaysStop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h380 void SetResultIsInternal(bool b) { m_result_is_internal = b; } in SetResultIsInternal() function