Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp39 const uint32_t extra_dump_options = m_raw_value_dump ? eDumpOptionRaw : 0; in DumpValue() local
47 m_values[i]->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options); in DumpValue()
62 extra_dump_options); in DumpValue()
H A DOptionValueDictionary.cpp55 const uint32_t extra_dump_options = m_raw_value_dump ? eDumpOptionRaw : 0; in DumpValue() local
64 option_value->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options); in DumpValue()
81 extra_dump_options); in DumpValue()