Home
last modified time | relevance | path

Searched refs:extra_dump_options (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp40 const uint32_t extra_dump_options = m_raw_value_dump ? eDumpOptionRaw : 0; in DumpValue() local
48 m_values[i]->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options); in DumpValue()
63 extra_dump_options); in DumpValue()
H A DOptionValueDictionary.cpp50 const uint32_t extra_dump_options = m_raw_value_dump ? eDumpOptionRaw : 0; in DumpValue() local
59 option_value->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options); in DumpValue()
76 extra_dump_options); in DumpValue()