Searched refs:sb_value_ptr (Results 1 – 1 of 1) sorted by relevance
1590 lldb::SBValue *sb_value_ptr = in GetRecognizedArguments() local1592 auto valobj_sp = LLDBSWIGPython_GetValueObjectSPFromSBValue(sb_value_ptr); in GetRecognizedArguments()2441 lldb::SBValue *sb_value_ptr = in GetChildAtIndex() local2443 if (sb_value_ptr == nullptr) in GetChildAtIndex()2446 ret_val = LLDBSWIGPython_GetValueObjectSPFromSBValue(sb_value_ptr); in GetChildAtIndex()2544 lldb::SBValue *sb_value_ptr = in GetSyntheticValue() local2546 if (sb_value_ptr == nullptr) in GetSyntheticValue()2549 ret_val = LLDBSWIGPython_GetValueObjectSPFromSBValue(sb_value_ptr); in GetSyntheticValue()