Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DStringPrinter.cpp273 Stream &stream(*dump_options.GetStream()); in DumpUTFBufferToStream()
274 if (dump_options.GetPrefixToken() != 0) in DumpUTFBufferToStream()
276 if (dump_options.GetQuote() != 0) in DumpUTFBufferToStream()
278 auto data(dump_options.GetData()); in DumpUTFBufferToStream()
282 if (dump_options.GetSourceSize() == 0) { in DumpUTFBufferToStream()
373 if (dump_options.GetQuote() != 0) in DumpUTFBufferToStream()
375 if (dump_options.GetSuffixToken() != 0) in DumpUTFBufferToStream()
377 if (dump_options.GetIsTruncated()) in DumpUTFBufferToStream()
582 dump_options.SetData(data); in ReadUTFBufferAndDumpToStream()
583 dump_options.SetSourceSize(sourceSize); in ReadUTFBufferAndDumpToStream()
[all …]
/freebsd-12.1/crypto/heimdal/kadmin/
H A Ddump.c41 dump(struct dump_options *opt, int argc, char **argv) in dump()
/freebsd-12.1/contrib/gcc/
H A 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()
H A DChangeLog.tree-ssa6140 * tree-dump.c (dump_options): Remove TDF_LINENO from all setting.
6263 * tree-dump.c (dump_options): Add TDF_LINENO.
17852 * tree-dump.c (dump_options): Add 'details'.
18523 (dump_options): Add entry for -unparse.
19044 (dump_options): New array.
H A DChangeLog-200112094 (dump_options): New array.
H A DChangeLog-20058414 * tree-dump.c (dump_options): Don't set TDF_GRAPH in "all".
H A DChangeLog-20048921 * tree-dump.c (dump_options): Remove TDF_TREE, TDF_RTL,
/freebsd-12.1/crypto/heimdal/lib/kadm5/
H A Diprop-log.c269 iprop_dump(struct dump_options *opt, int argc, char **argv) in iprop_dump()