reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
406 lldb::ValueObjectSP GetValueForExpressionPath(
900 child_sp = value_sp->GetValueForExpressionPath(expr_path);
tools/lldb/source/Core/FormatEntity.cpp637 ValueObjectSP item = valobj->GetValueForExpressionPath( 776 ->GetValueForExpressionPath(expr_path.c_str(), &reason_to_stop,tools/lldb/source/Core/ValueObject.cpp
1925 synthetic_child_sp = GetValueForExpressionPath(
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp147 int present = return_value_sp->GetValueForExpressionPath(".present") 153 return_value_sp->GetValueForExpressionPath(".pc")->GetValueAsUnsigned(0); 160 addr_t address = return_value_sp->GetValueForExpressionPath(".address") 163 return_value_sp->GetValueForExpressionPath(".access_type") 166 return_value_sp->GetValueForExpressionPath(".access_size") 169 return_value_sp->GetValueForExpressionPath(".description")tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
216 o->GetValueForExpressionPath(trace_item_name.c_str()); 236 return_value_sp->GetValueForExpressionPath(count_name.c_str()) 239 return_value_sp->GetValueForExpressionPath(items_name.c_str()); 255 return_value_sp->GetValueForExpressionPath(expression_path.c_str()) 271 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0); 273 o->GetValueForExpressionPath(".os_id")->GetValueAsUnsigned(0); 346 main_value->GetValueForExpressionPath(".report_count") 356 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); 368 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); 372 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0), 376 o->GetValueForExpressionPath(".size")->GetValueAsUnsigned(0)); 379 o->GetValueForExpressionPath(".write")->GetValueAsUnsigned(0)); 382 o->GetValueForExpressionPath(".atomic")->GetValueAsUnsigned(0)); 385 o->GetValueForExpressionPath(".addr")->GetValueAsUnsigned(0)); 396 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); 400 o->GetValueForExpressionPath(".addr")->GetValueAsUnsigned(0)); 403 o->GetValueForExpressionPath(".start")->GetValueAsUnsigned(0)); 406 o->GetValueForExpressionPath(".size")->GetValueAsUnsigned(0)); 410 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0), 414 o->GetValueForExpressionPath(".fd")->GetValueAsUnsigned(0)); 416 o->GetValueForExpressionPath(".suppressable") 429 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); 432 o->GetValueForExpressionPath(".mutex_id")->GetValueAsUnsigned(0)); 435 o->GetValueForExpressionPath(".addr")->GetValueAsUnsigned(0)); 438 o->GetValueForExpressionPath(".destroyed")->GetValueAsUnsigned(0)); 449 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); 453 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0), 457 o->GetValueForExpressionPath(".os_id")->GetValueAsUnsigned(0)); 460 o->GetValueForExpressionPath(".running")->GetValueAsUnsigned(0)); 464 Renumber(o->GetValueForExpressionPath(".parent_tid") 476 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); 480 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0),tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
99 return return_value_sp->GetValueForExpressionPath(expression_path.c_str())
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp201 ->GetValueForExpressionPath( 213 ->GetValueForExpressionPath(tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
112 return_value_sp->GetValueForExpressionPath(count_path.c_str()); 114 return_value_sp->GetValueForExpressionPath(tid_path.c_str()); 126 return_value_sp->GetValueForExpressionPath(trace_path.c_str());tools/lldb/source/Symbol/Variable.cpp
421 valobj_sp = variable_valobj_sp->GetValueForExpressionPath(