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

  /external/lldb/source/DataFormatters/
CXXFormatterFunctions.cpp 45 lldb::ValueObjectSP result_sp; local
58 result_sp,
60 if (!result_sp)
62 value = result_sp->GetValueAsUnsigned(0);
79 lldb::ValueObjectSP result_sp; local
93 result_sp,
95 if (!result_sp)
97 stream.Printf("%s",result_sp->GetSummaryAsCString());
117 lldb::ValueObjectSP result_sp; local
154 lldb::ValueObjectSP result_sp; local
    [all...]
  /external/lldb/tools/lldb-perf/lib/
Results.cpp 228 Results::Dictionary::Add (const char *name, const char *description, const ResultSP &result_sp)
235 value_dict_ap->Add("value", NULL, result_sp);
239 m_dictionary[std::string(name)] = result_sp;
257 Results::Array::Append (const ResultSP &result_sp)
259 m_array.push_back (result_sp);
260 return result_sp;
Results.h 142 Append (const ResultSP &result_sp);
183 Add (const char *name, const char *description, const ResultSP &result_sp);
  /external/lldb/include/lldb/Expression/
Materializer.h 47 lldb::ClangExpressionVariableSP &result_sp,
  /external/lldb/source/Expression/
Materializer.cpp     [all...]

Completed in 67 milliseconds