Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp204 return m_opaque_up->GetResultIsInternal(); in GetSuppressPersistentResult()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp406 if (options.GetResultIsInternal() && result_var && target) { in Execute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h394 bool GetResultIsInternal() const { return m_result_is_internal; } in GetResultIsInternal() function