Home
last modified time | relevance | path

Searched refs:result_value_sp (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp281 ValueObjectSP result_value_sp; in ConditionSaysStop() local
307 result_value_sp = result_variable_sp->GetValueObject(); in ConditionSaysStop()
309 if (result_value_sp) { in ConditionSaysStop()
310 ret = result_value_sp->IsLogicalTrue(error); in ConditionSaysStop()
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp798 ValueObjectSP result_value_sp; in PerformAction() local
802 llvm::StringRef(), result_value_sp, error); in PerformAction()
805 if (result_value_sp) { in PerformAction()
807 if (result_value_sp->ResolveValue(scalar_value)) { in PerformAction()