| /llvm-project-15.0.7/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 | CommandObjectExpression.cpp | 187 m_format_options(eFormatDefault), in CommandObjectExpression() 417 if (format != eFormatDefault) in EvaluateExpression()
|
| H A D | CommandObjectRegister.cpp | 47 m_format_options(eFormatDefault) { in CommandObjectRegisterRead()
|
| H A D | CommandObjectFrame.cpp | 403 m_option_format(eFormatDefault) { in CommandObjectFrameVariable() 503 eLanguageRuntimeDescriptionDisplayVerbosityFull, eFormatDefault, in DoExecute()
|
| H A D | CommandObjectMemory.cpp | 651 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute() 823 if (format != eFormatDefault) in DoExecute() 1431 case eFormatDefault: in DoExecute()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/format-propagation/ |
| H A D | TestFormatPropagation.py | 74 parent.SetFormat(lldb.eFormatDefault) 76 Y.SetFormat(lldb.eFormatDefault)
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 96 DumpValueObjectOptions &SetFormat(lldb::Format format = lldb::eFormatDefault); 131 lldb::Format m_format = lldb::eFormatDefault;
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | FormatEntity.h | 169 fmt = lldb::eFormatDefault; in Clear() 204 lldb::Format fmt = lldb::eFormatDefault;
|
| H A D | ValueObject.h | 889 lldb::Format m_format = lldb::eFormatDefault; 890 lldb::Format m_last_format = lldb::eFormatDefault;
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.h | 42 lldb::Format format = lldb::eFormatDefault,
|
| H A D | OptionValue.h | 273 GetFormatValue(lldb::Format fail_value = lldb::eFormatDefault) const;
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpRegisterValue.cpp | 63 if (format == eFormatDefault) in DumpRegisterValue()
|
| H A D | ValueObject.cpp | 1053 if (my_format == lldb::eFormatDefault) { in GetValueAsCString() 1294 (custom_format == eFormatDefault)) // use the [] operator in DumpPrintableRepresentation() 1393 SetFormat(eFormatDefault); in DumpPrintableRepresentation() 3072 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
|
| H A D | FormatEntity.cpp | 372 if (fmt != eFormatDefault) in Dump() 748 if (entry.printf_format.empty() && entry.fmt == eFormatDefault && in DumpValue() 918 if (entry.fmt != eFormatDefault) { in DumpValue() 1720 eFormatDefault, in Format()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 107 case lldb::eFormatDefault: in GetCompilerTypeForFormat() 154 case lldb::eFormatDefault: { in GetItemFormatForFormat()
|
| H A D | ValueObjectPrinter.cpp | 346 m_valobj->GetValueAsCString(lldb::eFormatDefault, value); in GetValueSummaryError() 347 else if (format != eFormatDefault && format != m_valobj->GetFormat()) in GetValueSummaryError() 422 m_options.m_format != eFormatDefault) || in PrintValueAndSummaryIfNeeded()
|
| H A D | FormatManager.cpp | 33 {eFormatDefault, '\0', "default"}, 152 if (format >= eFormatDefault && format < kNumFormats) in GetFormatAsCString()
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 136 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault);
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 109 Format format = eFormatDefault; in SetOptionValue()
|
| H A D | OptionArgParser.cpp | 100 for (Format f = eFormatDefault; f < kNumFormats; f = Format(f + 1)) { in ToFormat()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 227 eFormatDefault); in Log()
|
| H A D | ThreadPlanCallFunction.cpp | 167 eFormatDefault); in ReportRegisterState()
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 506 DumpRegisterValue(reg_value, &strm, reg_info, false, false, eFormatDefault); in ReadRegister() 532 DumpRegisterValue(reg_value, &strm, reg_info, false, false, eFormatDefault); in WriteRegister()
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 116 TestDump<uint8_t>(1, lldb::eFormatDefault, "0x01"); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 157 lldb::Format format = lldb::eFormatDefault);
|