Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1539 lldb::SBValue *sb_value_ptr = in GetRecognizedArguments() local
1541 auto valobj_sp = LLDBSWIGPython_GetValueObjectSPFromSBValue(sb_value_ptr); in GetRecognizedArguments()
2417 lldb::SBValue *sb_value_ptr = in GetChildAtIndex() local
2419 if (sb_value_ptr == nullptr) in GetChildAtIndex()
2422 ret_val = LLDBSWIGPython_GetValueObjectSPFromSBValue(sb_value_ptr); in GetChildAtIndex()
2520 lldb::SBValue *sb_value_ptr = in GetSyntheticValue() local
2522 if (sb_value_ptr == nullptr) in GetSyntheticValue()
2525 ret_val = LLDBSWIGPython_GetValueObjectSPFromSBValue(sb_value_ptr); in GetSyntheticValue()