| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 96 DumpValueObjectOptions &SetFormat(lldb::Format format = lldb::eFormatDefault); 130 lldb::Format m_format = lldb::eFormatDefault;
|
| /freebsd-13.1/contrib/llvm-project/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;
|
| /freebsd-13.1/contrib/llvm-project/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;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpRegisterValue.cpp | 63 if (format == eFormatDefault) in DumpRegisterValue()
|
| H A D | FormatEntity.cpp | 266 type(Type::String), fmt(lldb::eFormatDefault), number(0), deref(false) {} in Entry() 270 fmt(lldb::eFormatDefault), number(0), deref(false) {} in Entry() 373 if (fmt != eFormatDefault) in Dump() 749 if (entry.printf_format.empty() && entry.fmt == eFormatDefault && in DumpValue() 919 if (entry.fmt != eFormatDefault) { in DumpValue() 1721 eFormatDefault, in Format()
|
| H A D | ValueObject.cpp | 1051 if (my_format == lldb::eFormatDefault) { in GetValueAsCString() 1291 (custom_format == eFormatDefault)) // use the [] operator in DumpPrintableRepresentation() 1390 SetFormat(eFormatDefault); in DumpPrintableRepresentation() 3069 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
|
| H A D | EmulateInstruction.cpp | 357 DumpRegisterValue(reg_value, &strm, reg_info, false, false, eFormatDefault); in WriteRegisterDefault()
|
| /freebsd-13.1/contrib/llvm-project/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 | 34 {eFormatDefault, '\0', "default"}, 153 if (format >= eFormatDefault && format < kNumFormats) in GetFormatAsCString()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 136 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 91 Format format = eFormatDefault; in SetOptionValue()
|
| H A D | OptionArgParser.cpp | 100 for (Format f = eFormatDefault; f < kNumFormats; f = Format(f + 1)) { in ToFormat()
|
| H A D | CommandObject.cpp | 679 for (Format f = eFormatDefault; f < kNumFormats; f = Format(f + 1)) { in FormatHelpTextCallback() 680 if (f != eFormatDefault) in FormatHelpTextCallback()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 203 m_option_group(), m_format_options(eFormatDefault), in CommandObjectExpression() 434 if (format != eFormatDefault) in EvaluateExpression()
|
| H A D | CommandObjectRegister.cpp | 46 m_option_group(), m_format_options(eFormatDefault), in CommandObjectRegisterRead()
|
| H A D | CommandObjectMemory.cpp | 638 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute() 809 if (format != eFormatDefault) in DoExecute() 1387 case eFormatDefault: in DoExecute()
|
| H A D | CommandObjectFrame.cpp | 416 m_option_format(eFormatDefault), m_varobj_options() { in CommandObjectFrameVariable() 504 eLanguageRuntimeDescriptionDisplayVerbosityFull, eFormatDefault, in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 227 eFormatDefault); in Log()
|
| H A D | ThreadPlanCallFunction.cpp | 160 eFormatDefault); in ReportRegisterState()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 515 DumpRegisterValue(reg_value, &strm, reg_info, false, false, eFormatDefault); in ReadRegister() 541 DumpRegisterValue(reg_value, &strm, reg_info, false, false, eFormatDefault); in WriteRegister()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 151 lldb::Format format = lldb::eFormatDefault);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 156 eFormatDefault = 0, enumerator
|