| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
| H A D | ABISysV_hexagon.cpp | 453 eFormatInvalid, 554 eFormatInvalid, 565 eFormatInvalid, 576 eFormatInvalid, 587 eFormatInvalid, 598 eFormatInvalid, 609 eFormatInvalid, 620 eFormatInvalid, 631 eFormatInvalid, 642 eFormatInvalid, [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 105 (format == eFormatInvalid && byte_size == 0 && count == 0)) { in SetOptionValue() 114 if (format == eFormatInvalid) in SetOptionValue()
|
| H A D | OptionArgParser.cpp | 80 format = eFormatInvalid; in ToFormat()
|
| H A D | Property.cpp | 131 Format new_format = eFormatInvalid; in Property()
|
| H A D | OptionValue.cpp | 523 value_sp = std::make_shared<OptionValueFormat>(eFormatInvalid); in CreateValueFromCStringForTypeMask()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 192 : SyntheticChildrenFrontEnd(*valobj_sp), m_parent_format(eFormatInvalid), in VectorTypeSyntheticFrontEnd() 193 m_item_format(eFormatInvalid), m_child_type(), m_num_children(0) {} in VectorTypeSyntheticFrontEnd()
|
| H A D | FormatManager.cpp | 89 format = eFormatInvalid; in GetFormatFromFormatChar() 112 format = eFormatInvalid; in GetFormatFromFormatName() 140 format = eFormatInvalid; in GetFormatFromCString() 454 return lldb::eFormatInvalid; in GetSingleItemFormat()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeFormat.h | 161 TypeFormatImpl_Format(lldb::Format f = lldb::eFormatInvalid,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeFormat.cpp | 59 return lldb::eFormatInvalid; in GetFormat()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxx.cpp | 129 lldb::eFormatInvalid, in LibcxxSmartPointerSummaryProvider() 172 lldb::eFormatInvalid, in LibcxxUniquePointerSummaryProvider()
|
| H A D | LibStdcpp.cpp | 419 lldb::eFormatInvalid, in LibStdcppSmartPointerSummaryProvider()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 157 eFormatInvalid = 0, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 541 lldb::Format custom_format = lldb::eFormatInvalid,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 574 m_option_group(), m_format_options(eFormatInvalid), in CommandObjectTypeFormatAdd() 645 if (format == eFormatInvalid && in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObject.cpp | 1310 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation() 1389 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
|
| H A D | FormatEntity.cpp | 680 Format custom_format = eFormatInvalid; in DumpValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 518 Format format = eFormatInvalid; in BuildDynamicRegisterInfo() 538 .Default(eFormatInvalid); in BuildDynamicRegisterInfo() 4423 Format format = eFormatInvalid; in ParseRegisters()
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 283 .. py:data:: eFormatInvalid
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 70594 {SWIG_LUA_CONSTTAB_INT("eFormatInvalid", lldb::eFormatInvalid)},
|