Lines Matching refs:sb_value
450 SBValue sb_value; in GetValueForVariablePath() local
459 sb_value = GetValueForVariablePath(var_path, use_dynamic); in GetValueForVariablePath()
461 return LLDB_RECORD_RESULT(sb_value); in GetValueForVariablePath()
470 SBValue sb_value; in GetValueForVariablePath() local
472 return LLDB_RECORD_RESULT(sb_value); in GetValueForVariablePath()
493 sb_value.SetSP(value_sp, use_dynamic); in GetValueForVariablePath()
497 return LLDB_RECORD_RESULT(sb_value); in GetValueForVariablePath()
524 SBValue sb_value; in FindVariable() local
527 return LLDB_RECORD_RESULT(sb_value); in FindVariable()
545 sb_value.SetSP(value_sp, use_dynamic); in FindVariable()
550 return LLDB_RECORD_RESULT(sb_value); in FindVariable()
577 SBValue sb_value; in FindValue() local
580 return LLDB_RECORD_RESULT(sb_value); in FindValue()
628 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
645 sb_value.SetSP(value_sp); in FindValue()
666 sb_value.SetSP(value_sp); in FindValue()
680 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
691 return LLDB_RECORD_RESULT(sb_value); in FindValue()