Searched refs:eFormatInvalid (Results 1 – 20 of 20) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/Hexagon/ |
| H A D | ABISysV_hexagon.cpp | 416 eFormatInvalid, 508 eFormatInvalid, 518 eFormatInvalid, 528 eFormatInvalid, 538 eFormatInvalid, 548 eFormatInvalid, 558 eFormatInvalid, 568 eFormatInvalid, 578 eFormatInvalid, 588 eFormatInvalid, [all …]
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 123 (format == eFormatInvalid && byte_size == 0 && count == 0)) { in SetOptionValue() 132 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()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 240 lldb::Format m_parent_format = eFormatInvalid; 241 lldb::Format m_item_format = eFormatInvalid;
|
| H A D | FormatManager.cpp | 88 format = eFormatInvalid; in GetFormatFromFormatChar() 111 format = eFormatInvalid; in GetFormatFromFormatName() 139 format = eFormatInvalid; in GetFormatFromCString() 453 return lldb::eFormatInvalid; in GetSingleItemFormat()
|
| /llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/ |
| H A D | MessageObjects.cpp | 192 .Default(eFormatInvalid); in create() 193 if (Info.format == eFormatInvalid) in create()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTypeFormat.cpp | 55 return lldb::eFormatInvalid; in GetFormat()
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | TypeFormat.h | 161 TypeFormatImpl_Format(lldb::Format f = lldb::eFormatInvalid,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CxxStringTypes.cpp | 47 return std::make_pair(nullptr, lldb::eFormatInvalid); in getElementTraits()
|
| H A D | LibStdcpp.cpp | 419 lldb::eFormatInvalid, in LibStdcppSmartPointerSummaryProvider()
|
| H A D | LibCxx.cpp | 132 lldb::eFormatInvalid, in LibcxxSmartPointerSummaryProvider() 175 lldb::eFormatInvalid, in LibcxxUniquePointerSummaryProvider()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 157 eFormatInvalid = 0, enumerator
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 541 lldb::Format custom_format = lldb::eFormatInvalid,
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObject.cpp | 1313 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation() 1392 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
|
| H A D | FormatEntity.cpp | 679 Format custom_format = eFormatInvalid; in DumpValue()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 575 m_format_options(eFormatInvalid) { in CommandObjectTypeFormatAdd() 645 if (format == eFormatInvalid && in DoExecute()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 283 .. py:data:: eFormatInvalid
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 490 .Default(eFormatInvalid); in BuildDynamicRegisterInfo() 4126 .Default(eFormatInvalid); in ParseRegisters()
|