Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp187 return m_opaque_up->SetResultIsInternal(b); in SetSuppressPersistentResult()
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp293 options.SetResultIsInternal( in ConditionSaysStop()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h416 void SetResultIsInternal(bool b) { m_result_is_internal = b; } in SetResultIsInternal() function