Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1556 lldb::SBValue *sb_value_ptr = in GetRecognizedArguments() local
1558 auto valobj_sp = g_swig_get_valobj_sp_from_sbvalue(sb_value_ptr); in GetRecognizedArguments()
2388 lldb::SBValue *sb_value_ptr = in GetChildAtIndex() local
2390 if (sb_value_ptr == nullptr) in GetChildAtIndex()
2393 ret_val = g_swig_get_valobj_sp_from_sbvalue(sb_value_ptr); in GetChildAtIndex()
2503 lldb::SBValue *sb_value_ptr = in GetSyntheticValue() local
2505 if (sb_value_ptr == nullptr) in GetSyntheticValue()
2508 ret_val = g_swig_get_valobj_sp_from_sbvalue(sb_value_ptr); in GetSyntheticValue()