Searched defs:result_sp (Results 1 - 3 of 3) sorted by relevance

/external/lldb/tools/lldb-perf/lib/
H A DResults.cpp228 Results::Dictionary::Add (const char *name, const char *description, const ResultSP &result_sp) argument
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) argument
259 m_array.push_back (result_sp);
260 return result_sp;
/external/lldb/source/Expression/
H A DMaterializer.cpp1351 Materializer::Dematerializer::Dematerialize (Error &error, lldb::ClangExpressionVariableSP &result_sp, lldb::addr_t frame_bottom, lldb::addr_t frame_top) argument
1385 static_cast<EntityResultVariable*>(m_materializer->m_result_entity)->Dematerialize (result_sp, frame_sp, *m_map, m_process_address, frame_top, frame_bottom, error);
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp45 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...]

Completed in 175 milliseconds