Searched refs:dump_options (Results 1 – 5 of 5) sorted by relevance
262 const StringPrinter::ReadBufferAndDumpToStreamOptions &dump_options) { in DumpEncodedBufferToStream() argument263 assert(dump_options.GetStream() && "need a Stream to print the string to"); in DumpEncodedBufferToStream()264 Stream &stream(*dump_options.GetStream()); in DumpEncodedBufferToStream()265 if (dump_options.GetPrefixToken() != nullptr) in DumpEncodedBufferToStream()266 stream.Printf("%s", dump_options.GetPrefixToken()); in DumpEncodedBufferToStream()267 if (dump_options.GetQuote() != 0) in DumpEncodedBufferToStream()268 stream.Printf("%c", dump_options.GetQuote()); in DumpEncodedBufferToStream()269 auto data(dump_options.GetData()); in DumpEncodedBufferToStream()270 auto source_size(dump_options.GetSourceSize()); in DumpEncodedBufferToStream()273 if (dump_options.GetSourceSize() == 0) { in DumpEncodedBufferToStream()[all …]
88 DumpValueObjectOptions dump_options = m_varobj_options.GetAsDumpOptions( in DoExecute() local90 dump_options.SetHideRootName(suppress_result); in DoExecute()136 if (llvm::Error error = valobj.Dump(temp_result_stream, dump_options)) { in DoExecute()145 valobj.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 if (llvm::Error error = 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()