Home
last modified time | relevance | path

Searched refs:dump_mask (Results 1 – 25 of 42) sorted by relevance

12

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueString.cpp23 OptionValueString::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
25 if (dump_mask & eDumpOptionType) in DumpValue()
27 if (dump_mask & eDumpOptionValue) in DumpValue()
29 if (dump_mask & eDumpOptionType) in DumpValue()
37 if (dump_mask & eDumpOptionRaw) in DumpValue()
44 if (dump_mask & eDumpOptionRaw) in DumpValue()
HDOptionValueLanguage.cpp25 OptionValueLanguage::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
27 if (dump_mask & eDumpOptionType) in DumpValue()
29 if (dump_mask & eDumpOptionValue) in DumpValue()
31 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueFormat.cpp24 OptionValueFormat::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
26 if (dump_mask & eDumpOptionType) in DumpValue()
28 if (dump_mask & eDumpOptionValue) in DumpValue()
30 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueChar.cpp25 OptionValueChar::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
27 if (dump_mask & eDumpOptionType) in DumpValue()
30 if (dump_mask & eDumpOptionValue) in DumpValue()
32 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueRegex.cpp22 OptionValueRegex::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
24 if (dump_mask & eDumpOptionType) in DumpValue()
26 if (dump_mask & eDumpOptionValue) in DumpValue()
28 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueSInt64.cpp23 OptionValueSInt64::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
26 if (dump_mask & eDumpOptionType) in DumpValue()
30 if (dump_mask & eDumpOptionValue) in DumpValue()
32 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueUInt64.cpp34 OptionValueUInt64::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
36 if (dump_mask & eDumpOptionType) in DumpValue()
38 if (dump_mask & eDumpOptionValue) in DumpValue()
40 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueArch.cpp25 OptionValueArch::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
27 if (dump_mask & eDumpOptionType) in DumpValue()
29 if (dump_mask & eDumpOptionValue) in DumpValue()
31 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueBoolean.cpp25 OptionValueBoolean::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
27 if (dump_mask & eDumpOptionType) in DumpValue()
31 if (dump_mask & eDumpOptionValue) in DumpValue()
33 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueUUID.cpp25 OptionValueUUID::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
27 if (dump_mask & eDumpOptionType) in DumpValue()
29 if (dump_mask & eDumpOptionValue) in DumpValue()
31 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueFormatEntity.cpp55 …ionValueFormatEntity::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
57 if (dump_mask & eDumpOptionType) in DumpValue()
59 if (dump_mask & eDumpOptionValue) in DumpValue()
61 if (dump_mask & eDumpOptionType) in DumpValue()
HDProperty.cpp223 Property::Dump (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) const in Dump()
227 const bool dump_desc = dump_mask & OptionValue::eDumpOptionDescription; in Dump()
231 if ((dump_mask & OptionValue::eDumpOptionName) && m_name) in Dump()
234 if (dump_mask & ~OptionValue::eDumpOptionName) in Dump()
244 …if (transparent && (dump_mask == (OptionValue::eDumpOptionName | OptionValue::eDumpOptionDescripti… in Dump()
247 m_value_sp->DumpValue(exe_ctx, strm, dump_mask); in Dump()
HDOptionValueFileSpec.cpp62 OptionValueFileSpec::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
64 if (dump_mask & eDumpOptionType) in DumpValue()
66 if (dump_mask & eDumpOptionValue) in DumpValue()
68 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueEnumeration.cpp36 …tionValueEnumeration::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
38 if (dump_mask & eDumpOptionType) in DumpValue()
40 if (dump_mask & eDumpOptionValue) in DumpValue()
42 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueArray.cpp24 OptionValueArray::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
27 if (dump_mask & eDumpOptionType) in DumpValue()
34 if (dump_mask & eDumpOptionValue) in DumpValue()
36 if (dump_mask & eDumpOptionType) in DumpValue()
53 m_values[i]->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options); in DumpValue()
66 … m_values[i]->DumpValue(exe_ctx, strm, (dump_mask & (~eDumpOptionType)) | extra_dump_options); in DumpValue()
HDOptionValueFileSpecLIst.cpp24 …ionValueFileSpecList::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
26 if (dump_mask & eDumpOptionType) in DumpValue()
28 if (dump_mask & eDumpOptionValue) in DumpValue()
30 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValuePathMappings.cpp24 …ionValuePathMappings::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
26 if (dump_mask & eDumpOptionType) in DumpValue()
28 if (dump_mask & eDumpOptionValue) in DumpValue()
30 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueDictionary.cpp26 OptionValueDictionary::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
29 if (dump_mask & eDumpOptionType) in DumpValue()
36 if (dump_mask & eDumpOptionValue) in DumpValue()
38 if (dump_mask & eDumpOptionType) in DumpValue()
61 option_value->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options); in DumpValue()
75 … option_value->DumpValue(exe_ctx, strm, (dump_mask & (~eDumpOptionType)) | extra_dump_options); in DumpValue()
HDOptionValueProperties.cpp630 OptionValueProperties::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
643 dump_mask); in DumpValue()
654 uint32_t dump_mask) in DumpPropertyValue() argument
663 if (dump_mask & eDumpOptionName) in DumpPropertyValue()
665 if (dump_mask & ~eDumpOptionName) in DumpPropertyValue()
668 value_sp->DumpValue (exe_ctx, strm, dump_mask); in DumpPropertyValue()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDUserSettingsController.cpp53 …operties::DumpAllPropertyValues (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpAllPropertyValues() argument
57 return properties_sp->DumpValue (exe_ctx, strm, dump_mask); in DumpAllPropertyValues()
74 …alue (const ExecutionContext *exe_ctx, Stream &strm, const char *property_path, uint32_t dump_mask) in DumpPropertyValue() argument
82 dump_mask); in DumpPropertyValue()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDUserSettingsController.h74 uint32_t dump_mask);
79 uint32_t dump_mask);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h69 uint32_t dump_mask);
81 uint32_t dump_mask);
HDOptionValuePathMappings.h48 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
HDOptionValueFileSpecList.h54 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
HDOptionValueRegex.h49 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);

12