| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionArgumentTable.cpp | 145 for (Format f = eFormatDefault; f < kNumFormats; f = Format(f + 1)) { in FormatHelpTextCallback() 146 if (f != eFormatDefault) in FormatHelpTextCallback()
|
| H A D | CommandObjectDWIMPrint.h | 46 OptionGroupFormat m_format_options = lldb::eFormatDefault;
|
| H A D | CommandObjectExpression.cpp | 260 m_format_options(eFormatDefault), in CommandObjectExpression() 442 if (format != eFormatDefault) in EvaluateExpression()
|
| H A D | CommandObjectRegister.cpp | 49 m_format_options(eFormatDefault, UINT64_MAX, UINT64_MAX, in CommandObjectRegisterRead()
|
| H A D | CommandObjectFrame.cpp | 376 m_option_format(eFormatDefault) { in CommandObjectFrameVariable() 510 eLanguageRuntimeDescriptionDisplayVerbosityFull, eFormatDefault, in DoExecute()
|
| H A D | CommandObjectMemory.cpp | 640 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute() 812 if (format != eFormatDefault) in DoExecute() 1361 case eFormatDefault: in DoExecute()
|
| /src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 100 DumpValueObjectOptions &SetFormat(lldb::Format format = lldb::eFormatDefault); 137 lldb::Format m_format = lldb::eFormatDefault;
|
| /src/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | FormatEntity.h | 168 fmt = lldb::eFormatDefault; in Clear() 203 lldb::Format fmt = lldb::eFormatDefault;
|
| H A D | ValueObject.h | 964 lldb::Format m_format = lldb::eFormatDefault; 965 lldb::Format m_last_format = lldb::eFormatDefault;
|
| /src/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.h | 42 lldb::Format format = lldb::eFormatDefault,
|
| /src/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 111 case lldb::eFormatDefault: in GetCompilerTypeForFormat() 158 case lldb::eFormatDefault: { in GetItemFormatForFormat()
|
| H A D | ValueObjectPrinter.cpp | 370 valobj.GetValueAsCString(lldb::eFormatDefault, value); in GetValueSummaryError() 371 else if (format != eFormatDefault && format != valobj.GetFormat()) in GetValueSummaryError() 447 m_options.m_format != eFormatDefault) || in PrintValueAndSummaryIfNeeded()
|
| H A D | FormatManager.cpp | 35 {eFormatDefault, '\0', "default"}, 151 if (format >= eFormatDefault && format < kNumFormats) in GetFormatAsCString()
|
| /src/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 154 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault);
|
| /src/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpRegisterValue.cpp | 110 if (format == eFormatDefault) in DumpRegisterValue()
|
| H A D | FormatEntity.cpp | 366 if (fmt != eFormatDefault) in Dump() 769 if (entry.printf_format.empty() && entry.fmt == eFormatDefault && in DumpValue() 946 if (entry.fmt != eFormatDefault) { in DumpValue() 2490 eFormatDefault, in PrettyPrintFunctionArguments()
|
| H A D | EmulateInstruction.cpp | 366 DumpRegisterValue(reg_value, strm, *reg_info, false, false, eFormatDefault); in WriteRegisterDefault()
|
| H A D | ValueObject.cpp | 1051 if (my_format == lldb::eFormatDefault) { in GetValueAsCString() 1449 (custom_format == eFormatDefault)) // use the [] operator in DumpPrintableRepresentation() 1559 SetFormat(eFormatDefault); in DumpPrintableRepresentation() 3710 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
|
| /src/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 109 Format format = eFormatDefault; in SetOptionValue()
|
| H A D | OptionArgParser.cpp | 116 for (Format f = eFormatDefault; f < kNumFormats; f = Format(f + 1)) { in ToFormat()
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 227 eFormatDefault); in Log()
|
| H A D | ThreadPlanCallFunction.cpp | 167 eFormatDefault); in ReportRegisterState()
|
| /src/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 501 DumpRegisterValue(reg_value, strm, *reg_info, false, false, eFormatDefault); in ReadRegister() 527 DumpRegisterValue(reg_value, strm, *reg_info, false, false, eFormatDefault); in WriteRegister()
|
| /src/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 157 eFormatDefault = 0, enumerator
|
| /src/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 47 0, 0, eEncodingInvalid, eFormatDefault, \
|