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

  /external/lldb/source/API/
SBValueList.cpp 51 Append (const lldb::SBValue& sb_value)
53 m_values.push_back(sb_value);
212 SBValue sb_value; local
214 sb_value = m_opaque_ap->GetValueAtIndex (idx);
219 sb_value.GetDescription (sstr);
221 m_opaque_ap.get(), idx, sb_value.GetSP().get(), sstr.GetData());
224 return sb_value;
256 SBValue sb_value; local
258 sb_value = m_opaque_ap->FindValueByUID(uid);
259 return sb_value;
    [all...]
SBValue.cpp 665 lldb::SBValue sb_value; local
674 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(), true),GetPreferDynamicValue(),GetPreferSyntheticValue(), name);
688 return sb_value;
694 lldb::SBValue sb_value; local
699 sb_value.SetSP(value_sp->Cast(type_sp->GetClangASTType()),GetPreferDynamicValue(),GetPreferSyntheticValue());
700 return sb_value;
715 lldb::SBValue sb_value; local
733 sb_value.SetSP(new_value_sp);
751 return sb_value;
757 lldb::SBValue sb_value; local
802 lldb::SBValue sb_value; local
869 SBValue sb_value; local
926 SBValue sb_value; local
1034 SBValue sb_value; local
1147 SBValue sb_value; local
1428 SBValue sb_value; local
    [all...]
SBFrame.cpp 654 SBValue sb_value; local
661 sb_value = GetValueForVariablePath (var_path, use_dynamic);
663 return sb_value;
669 SBValue sb_value; local
676 return sb_value;
699 sb_value.SetSP(value_sp, use_dynamic);
713 return sb_value;
737 SBValue sb_value; local
743 return sb_value;
782 sb_value.SetSP(value_sp, use_dynamic)
824 SBValue sb_value; local
    [all...]
  /external/lldb/test/python_api/default-constructor/
TestDefaultConstructorForAPIObjects.py 345 import sb_value namespace
346 sb_value.fuzz_obj(obj)

Completed in 38 milliseconds