Home
last modified time | relevance | path

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

12

/trueos/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()
HDOptionValueFormat.cpp26 OptionValueFormat::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
28 if (dump_mask & eDumpOptionType) in DumpValue()
30 if (dump_mask & eDumpOptionValue) in DumpValue()
32 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()
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()
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.cpp27 OptionValueArch::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
29 if (dump_mask & eDumpOptionType) in DumpValue()
31 if (dump_mask & eDumpOptionValue) in DumpValue()
33 if (dump_mask & eDumpOptionType) in DumpValue()
HDProperty.cpp197 Property::Dump (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) const in Dump()
201 const bool dump_desc = dump_mask & OptionValue::eDumpOptionDescription; in Dump()
205 if ((dump_mask & OptionValue::eDumpOptionName) && m_name) in Dump()
208 if (dump_mask & ~OptionValue::eDumpOptionName) in Dump()
218 …if (transparent && (dump_mask == (OptionValue::eDumpOptionName | OptionValue::eDumpOptionDescripti… in Dump()
221 m_value_sp->DumpValue(exe_ctx, strm, dump_mask); in Dump()
HDOptionValueBoolean.cpp24 OptionValueBoolean::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()
HDOptionValueUUID.cpp27 OptionValueUUID::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
29 if (dump_mask & eDumpOptionType) in DumpValue()
31 if (dump_mask & eDumpOptionValue) in DumpValue()
33 if (dump_mask & eDumpOptionType) in DumpValue()
HDOptionValueFileSpec.cpp56 OptionValueFileSpec::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
58 if (dump_mask & eDumpOptionType) in DumpValue()
60 if (dump_mask & eDumpOptionValue) in DumpValue()
62 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.cpp23 OptionValueArray::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
26 if (dump_mask & eDumpOptionType) in DumpValue()
33 if (dump_mask & eDumpOptionValue) in DumpValue()
35 if (dump_mask & eDumpOptionType) in DumpValue()
52 m_values[i]->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options); in DumpValue()
64 … m_values[i]->DumpValue(exe_ctx, strm, (dump_mask & (~eDumpOptionType)) | extra_dump_options); in DumpValue()
HDOptionValuePathMappings.cpp23 …ionValuePathMappings::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()
HDOptionValueFileSpecLIst.cpp23 …ionValueFileSpecList::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()
HDOptionValueDictionary.cpp28 OptionValueDictionary::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
31 if (dump_mask & eDumpOptionType) in DumpValue()
38 if (dump_mask & eDumpOptionValue) in DumpValue()
40 if (dump_mask & eDumpOptionType) in DumpValue()
63 option_value->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options); in DumpValue()
76 … option_value->DumpValue(exe_ctx, strm, (dump_mask & (~eDumpOptionType)) | extra_dump_options); in DumpValue()
HDOptionValueProperties.cpp607 OptionValueProperties::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() argument
620 dump_mask); in DumpValue()
631 uint32_t dump_mask) in DumpPropertyValue() argument
640 if (dump_mask & eDumpOptionName) in DumpPropertyValue()
642 if (dump_mask & ~eDumpOptionName) in DumpPropertyValue()
645 value_sp->DumpValue (exe_ctx, strm, dump_mask); in DumpPropertyValue()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDUserSettingsController.cpp54 …operties::DumpAllPropertyValues (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpAllPropertyValues() argument
58 return properties_sp->DumpValue (exe_ctx, strm, dump_mask); in DumpAllPropertyValues()
75 …alue (const ExecutionContext *exe_ctx, Stream &strm, const char *property_path, uint32_t dump_mask) in DumpPropertyValue() argument
83 dump_mask); in DumpPropertyValue()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDUserSettingsController.h74 uint32_t dump_mask);
79 uint32_t dump_mask);
/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h68 uint32_t dump_mask);
80 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);
HDOptionValueUUID.h53 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
HDProperty.h89 uint32_t dump_mask) const;
HDOptionValueBoolean.h54 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);

12