reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86180   SWIG_Python_SetConstant(d, "eFormatDefault",SWIG_From_int(static_cast< int >(lldb::eFormatDefault)));
tools/lldb/include/lldb/Core/FormatEntity.h
  116           definition(nullptr), type(t), fmt(lldb::eFormatDefault), number(0),
  136       fmt = lldb::eFormatDefault;
tools/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
   99   DumpValueObjectOptions &SetFormat(lldb::Format format = lldb::eFormatDefault);
  134   lldb::Format m_format = lldb::eFormatDefault;
tools/lldb/include/lldb/Expression/REPL.h
  136   OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault);
tools/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
   43       lldb::Format format = lldb::eFormatDefault,
tools/lldb/include/lldb/Interpreter/OptionValue.h
  273   GetFormatValue(lldb::Format fail_value = lldb::eFormatDefault) const;
tools/lldb/include/lldb/Symbol/Type.h
  146                  lldb::Format format = lldb::eFormatDefault);
tools/lldb/source/API/SBValue.cpp
 1295   return eFormatDefault;
tools/lldb/source/Commands/CommandObjectExpression.cpp
  211       m_option_group(), m_format_options(eFormatDefault),
  439         if (format != eFormatDefault)
tools/lldb/source/Commands/CommandObjectFrame.cpp
  424         m_option_format(eFormatDefault),
  513         eLanguageRuntimeDescriptionDisplayVerbosityFull, eFormatDefault,
tools/lldb/source/Commands/CommandObjectMemory.cpp
  654         m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault);
  830           if (format != eFormatDefault)
 1439       case eFormatDefault:
tools/lldb/source/Commands/CommandObjectRegister.cpp
   48         m_option_group(), m_format_options(eFormatDefault),
tools/lldb/source/Commands/CommandObjectTarget.cpp
  703         m_option_format(eFormatDefault),
  791     if (format != eFormatDefault)
tools/lldb/source/Core/DumpDataExtractor.cpp
  518     case eFormatDefault:
tools/lldb/source/Core/DumpRegisterValue.cpp
   63     if (format == eFormatDefault)
tools/lldb/source/Core/EmulateInstruction.cpp
  357   DumpRegisterValue(reg_value, &strm, reg_info, false, false, eFormatDefault);
tools/lldb/source/Core/FormatEntity.cpp
  269       definition(nullptr), type(Type::String), fmt(lldb::eFormatDefault),
  274       type(Type::String), fmt(lldb::eFormatDefault), number(0), deref(false) {}
  375   if (fmt != eFormatDefault)
  753     if (entry.printf_format.empty() && entry.fmt == eFormatDefault &&
  923       if (entry.fmt != eFormatDefault) {
 1706                       eFormatDefault,
tools/lldb/source/Core/IOHandler.cpp
 2820       return eFormatDefault;
 2836     return eFormatDefault;
tools/lldb/source/Core/ValueObject.cpp
   88       m_deref_valobj(nullptr), m_format(eFormatDefault),
   89       m_last_format(eFormatDefault), m_last_format_mgr_revision(0),
  115       m_deref_valobj(nullptr), m_format(eFormatDefault),
  116       m_last_format(eFormatDefault), m_last_format_mgr_revision(0),
 1164     if (my_format == lldb::eFormatDefault) {
 1402           (custom_format == eFormatDefault)) // use the [] operator
 1501       SetFormat(eFormatDefault);
 3244     if (with_fmt_info->m_format != lldb::eFormatDefault)
tools/lldb/source/DataFormatters/FormatManager.cpp
   34     {eFormatDefault, '\0', "default"},
  153   if (format >= eFormatDefault && format < kNumFormats)
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  357     m_valobj->GetValueAsCString(lldb::eFormatDefault, value);
  358   else if (format != eFormatDefault && format != m_valobj->GetFormat())
  420             m_options.m_format != eFormatDefault) ||
tools/lldb/source/DataFormatters/VectorType.cpp
  107   case lldb::eFormatDefault:
  154   case lldb::eFormatDefault: {
tools/lldb/source/Interpreter/CommandObject.cpp
  663   for (Format f = eFormatDefault; f < kNumFormats; f = Format(f + 1)) {
  664     if (f != eFormatDefault)
tools/lldb/source/Interpreter/OptionArgParser.cpp
  100       for (Format f = eFormatDefault; f < kNumFormats; f = Format(f + 1)) {
tools/lldb/source/Interpreter/OptionGroupFormat.cpp
   93     Format format = eFormatDefault;
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
   70     DEFINE_GENERIC_REGISTER_STUB(r0, nullptr, LLDB_REGNUM_GENERIC_ARG1),
   71     DEFINE_GENERIC_REGISTER_STUB(r1, nullptr, LLDB_REGNUM_GENERIC_ARG2),
   72     DEFINE_GENERIC_REGISTER_STUB(r2, nullptr, LLDB_REGNUM_GENERIC_ARG3),
   73     DEFINE_GENERIC_REGISTER_STUB(r3, nullptr, LLDB_REGNUM_GENERIC_ARG4),
   74     DEFINE_GENERIC_REGISTER_STUB(r4, nullptr, LLDB_REGNUM_GENERIC_ARG5),
   75     DEFINE_GENERIC_REGISTER_STUB(r5, nullptr, LLDB_REGNUM_GENERIC_ARG6),
   76     DEFINE_GENERIC_REGISTER_STUB(r6, nullptr, LLDB_REGNUM_GENERIC_ARG7),
   77     DEFINE_GENERIC_REGISTER_STUB(r7, nullptr, LLDB_REGNUM_GENERIC_ARG8),
   78     DEFINE_REGISTER_STUB(r8, nullptr),
   79     DEFINE_REGISTER_STUB(r9, nullptr),
   80     DEFINE_REGISTER_STUB(r10, nullptr),
   81     DEFINE_REGISTER_STUB(r11, nullptr),
   82     DEFINE_REGISTER_STUB(r12, nullptr),
   83     DEFINE_REGISTER_STUB(r13, nullptr),
   84     DEFINE_REGISTER_STUB(r14, nullptr),
   85     DEFINE_REGISTER_STUB(r15, nullptr),
   86     DEFINE_REGISTER_STUB(r16, nullptr),
   87     DEFINE_REGISTER_STUB(r17, nullptr),
   88     DEFINE_REGISTER_STUB(r18, nullptr),
   89     DEFINE_REGISTER_STUB(r19, nullptr),
   90     DEFINE_REGISTER_STUB(r20, nullptr),
   91     DEFINE_REGISTER_STUB(r21, nullptr),
   92     DEFINE_REGISTER_STUB(r22, nullptr),
   93     DEFINE_REGISTER_STUB(r23, nullptr),
   94     DEFINE_REGISTER_STUB(r24, nullptr),
   95     DEFINE_REGISTER_STUB(r25, nullptr),
   96     DEFINE_REGISTER_STUB(r26, "gp"),
   97     DEFINE_GENERIC_REGISTER_STUB(r27, "fp", LLDB_REGNUM_GENERIC_FP),
   98     DEFINE_GENERIC_REGISTER_STUB(r28, "sp", LLDB_REGNUM_GENERIC_SP),
   99     DEFINE_REGISTER_STUB(r29, "ilink"),
  100     DEFINE_REGISTER_STUB(r30, nullptr),
  101     DEFINE_GENERIC_REGISTER_STUB(r31, "blink", LLDB_REGNUM_GENERIC_RA),
  102     DEFINE_REGISTER_STUB(r32, nullptr),
  103     DEFINE_REGISTER_STUB(r33, nullptr),
  104     DEFINE_REGISTER_STUB(r34, nullptr),
  105     DEFINE_REGISTER_STUB(r35, nullptr),
  106     DEFINE_REGISTER_STUB(r36, nullptr),
  107     DEFINE_REGISTER_STUB(r37, nullptr),
  108     DEFINE_REGISTER_STUB(r38, nullptr),
  109     DEFINE_REGISTER_STUB(r39, nullptr),
  110     DEFINE_REGISTER_STUB(r40, nullptr),
  111     DEFINE_REGISTER_STUB(r41, nullptr),
  112     DEFINE_REGISTER_STUB(r42, nullptr),
  113     DEFINE_REGISTER_STUB(r43, nullptr),
  114     DEFINE_REGISTER_STUB(r44, nullptr),
  115     DEFINE_REGISTER_STUB(r45, nullptr),
  116     DEFINE_REGISTER_STUB(r46, nullptr),
  117     DEFINE_REGISTER_STUB(r47, nullptr),
  118     DEFINE_REGISTER_STUB(r48, nullptr),
  119     DEFINE_REGISTER_STUB(r49, nullptr),
  120     DEFINE_REGISTER_STUB(r50, nullptr),
  121     DEFINE_REGISTER_STUB(r51, nullptr),
  122     DEFINE_REGISTER_STUB(r52, nullptr),
  123     DEFINE_REGISTER_STUB(r53, nullptr),
  124     DEFINE_REGISTER_STUB(r54, nullptr),
  125     DEFINE_REGISTER_STUB(r55, nullptr),
  126     DEFINE_REGISTER_STUB(r56, nullptr),
  127     DEFINE_REGISTER_STUB(r57, nullptr),
  128     DEFINE_REGISTER_STUB(r58, "accl"),
  129     DEFINE_REGISTER_STUB(r59, "acch"),
  130     DEFINE_REGISTER_STUB(r60, "lp_count"),
  131     DEFINE_REGISTER_STUB(r63, "pcl"),
  132     DEFINE_GENERIC_REGISTER_STUB(pc, nullptr, LLDB_REGNUM_GENERIC_PC),
  133     DEFINE_GENERIC_REGISTER_STUB(status32, nullptr, LLDB_REGNUM_GENERIC_FLAGS)} };
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  485     DumpRegisterValue(reg_value, &strm, reg_info, false, false, eFormatDefault);
  511     DumpRegisterValue(reg_value, &strm, reg_info, false, false, eFormatDefault);
tools/lldb/source/Symbol/ClangASTContext.cpp
 5319     return lldb::eFormatDefault;
 9490       if (format == eFormatDefault)
 9512       if ((format == eFormatEnum || format == eFormatDefault) &&
tools/lldb/source/Symbol/CompilerType.cpp
  506     return lldb::eFormatDefault;
tools/lldb/source/Symbol/Type.cpp
  321         exe_ctx, s, format == lldb::eFormatDefault ? GetFormat() : format, data,
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  160                           eFormatDefault);
tools/lldb/source/Target/ThreadPlanTracer.cpp
  222                             eFormatDefault);