HomeSort by relevance Sort by last modified time
    Searched refs:child_valobj_sp (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Target/
StackFrame.cpp 635 ValueObjectSP child_valobj_sp; local
700 child_valobj_sp = valobj_sp->GetChildMemberWithName (child_name, true);
701 if (!child_valobj_sp)
705 child_valobj_sp = valobj_sp->GetSyntheticValue();
706 if (child_valobj_sp)
707 child_valobj_sp = child_valobj_sp->GetChildMemberWithName (child_name, true);
710 if (no_synth_child || !child_valobj_sp)
746 ValueObjectSP dynamic_value_sp(child_valobj_sp->GetDynamicValue(use_dynamic));
748 child_valobj_sp = dynamic_value_sp
    [all...]
  /external/lldb/source/Core/
ValueObject.cpp 2656 ValueObjectSP child_valobj_sp = root->GetChildMemberWithName(child_name, true); local
2700 ValueObjectSP child_valobj_sp = root->GetChildMemberWithName(child_name, true); local
2821 ValueObjectSP child_valobj_sp = root->GetChildAtIndex(index, true); local
    [all...]

Completed in 51 milliseconds