Home
last modified time | relevance | path

Searched refs:dump_options (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DStringPrinter.cpp262 const StringPrinter::ReadBufferAndDumpToStreamOptions &dump_options) { in DumpEncodedBufferToStream() argument
263 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 …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtree-dump.c675 static const struct dump_option_value_info dump_options[] = variable
770 for (option_ptr = dump_options; option_ptr->name;
DChangeLog.612094 (dump_options): New array.
/openbsd/src/gnu/gcc/gcc/
Dtree-dump.c775 static const struct dump_option_value_info dump_options[] = variable
1017 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
DMM_Any.pm1573 my %dump_options = (
1578 return _dump_hash(\%dump_options, @_);