Searched refs:dump_options (Results 1 – 5 of 5) sorted by relevance
264 Stream &stream(*dump_options.GetStream()); in DumpEncodedBufferToStream()265 if (dump_options.GetPrefixToken() != nullptr) in DumpEncodedBufferToStream()267 if (dump_options.GetQuote() != 0) in DumpEncodedBufferToStream()269 auto data(dump_options.GetData()); in DumpEncodedBufferToStream()273 if (dump_options.GetSourceSize() == 0) { in DumpEncodedBufferToStream()355 if (dump_options.GetQuote() != 0) in DumpEncodedBufferToStream()357 if (dump_options.GetSuffixToken() != nullptr) in DumpEncodedBufferToStream()359 if (dump_options.GetIsTruncated()) in DumpEncodedBufferToStream()478 dump_options.SetData( in ReadEncodedBufferAndDumpToStream()481 dump_options.SetSourceSize(sourceSize); in ReadEncodedBufferAndDumpToStream()[all …]
96 DumpValueObjectOptions dump_options = m_varobj_options.GetAsDumpOptions( in DoExecute() local98 dump_options.SetHideRootName(suppress_result); in DoExecute()159 valobj_sp->Dump(temp_result_stream, dump_options); in DoExecute()164 valobj_sp->Dump(result.GetOutputStream(), dump_options); in DoExecute()200 valobj_sp->Dump(temp_result_stream, dump_options); in DoExecute()205 valobj_sp->Dump(result.GetOutputStream(), dump_options); in DoExecute()
49 lldb_private::DumpValueObjectOptions dump_options; in dump_type_value() local55 dump_options.SetChildPrintingDecider(decider).SetHideRootType(true); in dump_type_value()57 vobj_sp->Dump(strm, dump_options); in dump_type_value()
41 dump(struct dump_options *opt, int argc, char **argv) in dump()
281 iprop_dump(struct dump_options *opt, int argc, char **argv) in iprop_dump()