| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionValueString.cpp | 23 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()
|
| HD | OptionValueLanguage.cpp | 25 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()
|
| HD | OptionValueFormat.cpp | 24 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()
|
| HD | OptionValueChar.cpp | 25 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()
|
| HD | OptionValueRegex.cpp | 22 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()
|
| HD | OptionValueSInt64.cpp | 23 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()
|
| HD | OptionValueUInt64.cpp | 34 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()
|
| HD | OptionValueArch.cpp | 25 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()
|
| HD | OptionValueBoolean.cpp | 25 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()
|
| HD | OptionValueUUID.cpp | 25 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()
|
| HD | OptionValueFormatEntity.cpp | 55 …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()
|
| HD | Property.cpp | 223 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()
|
| HD | OptionValueFileSpec.cpp | 62 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()
|
| HD | OptionValueEnumeration.cpp | 36 …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()
|
| HD | OptionValueArray.cpp | 24 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()
|
| HD | OptionValueFileSpecLIst.cpp | 24 …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()
|
| HD | OptionValuePathMappings.cpp | 24 …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()
|
| HD | OptionValueDictionary.cpp | 26 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()
|
| HD | OptionValueProperties.cpp | 630 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/ |
| HD | UserSettingsController.cpp | 53 …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/ |
| HD | UserSettingsController.h | 74 uint32_t dump_mask); 79 uint32_t dump_mask);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | OptionValueProperties.h | 69 uint32_t dump_mask); 81 uint32_t dump_mask);
|
| HD | OptionValuePathMappings.h | 48 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
|
| HD | OptionValueFileSpecList.h | 54 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
|
| HD | OptionValueRegex.h | 49 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
|