| /trueos/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 | OptionValueFormat.cpp | 26 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()
|
| 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 | 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 | 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 | 27 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()
|
| HD | Property.cpp | 197 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()
|
| HD | OptionValueBoolean.cpp | 24 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()
|
| HD | OptionValueUUID.cpp | 27 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()
|
| HD | OptionValueFileSpec.cpp | 56 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()
|
| 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 | 23 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()
|
| HD | OptionValuePathMappings.cpp | 23 …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()
|
| HD | OptionValueFileSpecLIst.cpp | 23 …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()
|
| HD | OptionValueDictionary.cpp | 28 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()
|
| HD | OptionValueProperties.cpp | 607 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/ |
| HD | UserSettingsController.cpp | 54 …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/ |
| HD | UserSettingsController.h | 74 uint32_t dump_mask); 79 uint32_t dump_mask);
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | OptionValueProperties.h | 68 uint32_t dump_mask); 80 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);
|
| HD | OptionValueUUID.h | 53 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
|
| HD | Property.h | 89 uint32_t dump_mask) const;
|
| HD | OptionValueBoolean.h | 54 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
|