Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1476 lldb::SBValue *sb_value_ptr = in GetRecognizedArguments() local
1478 auto valobj_sp = LLDBSWIGPython_GetValueObjectSPFromSBValue(sb_value_ptr); in GetRecognizedArguments()
2229 lldb::SBValue *sb_value_ptr = in GetChildAtIndex() local
2231 if (sb_value_ptr == nullptr) in GetChildAtIndex()
2234 ret_val = LLDBSWIGPython_GetValueObjectSPFromSBValue(sb_value_ptr); in GetChildAtIndex()
2333 lldb::SBValue *sb_value_ptr = in GetSyntheticValue() local
2335 if (sb_value_ptr == nullptr) in GetSyntheticValue()
2338 ret_val = LLDBSWIGPython_GetValueObjectSPFromSBValue(sb_value_ptr); in GetSyntheticValue()