Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp130 return m_opaque_ap->GetResultIsInternal(); in GetSuppressPersistentResult()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DUserExpression.cpp382 if (options.GetResultIsInternal() && result_var && target) { in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h382 bool GetResultIsInternal() const { return m_result_is_internal; } in GetResultIsInternal() function