Home
last modified time | relevance | path

Searched refs:eFormatInvalid (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp416 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 DOptionGroupFormat.cpp123 (format == eFormatInvalid && byte_size == 0 && count == 0)) { in SetOptionValue()
132 if (format == eFormatInvalid) in SetOptionValue()
H A DOptionArgParser.cpp80 format = eFormatInvalid; in ToFormat()
H A DProperty.cpp131 Format new_format = eFormatInvalid; in Property()
H A DOptionValue.cpp523 value_sp = std::make_shared<OptionValueFormat>(eFormatInvalid); in CreateValueFromCStringForTypeMask()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp240 lldb::Format m_parent_format = eFormatInvalid;
241 lldb::Format m_item_format = eFormatInvalid;
H A DFormatManager.cpp88 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 DMessageObjects.cpp192 .Default(eFormatInvalid); in create()
193 if (Info.format == eFormatInvalid) in create()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeFormat.cpp55 return lldb::eFormatInvalid; in GetFormat()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h161 TypeFormatImpl_Format(lldb::Format f = lldb::eFormatInvalid,
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp47 return std::make_pair(nullptr, lldb::eFormatInvalid); in getElementTraits()
H A DLibStdcpp.cpp419 lldb::eFormatInvalid, in LibStdcppSmartPointerSummaryProvider()
H A DLibCxx.cpp132 lldb::eFormatInvalid, in LibcxxSmartPointerSummaryProvider()
175 lldb::eFormatInvalid, in LibcxxUniquePointerSummaryProvider()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h157 eFormatInvalid = 0, enumerator
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h541 lldb::Format custom_format = lldb::eFormatInvalid,
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp1313 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
1392 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
H A DFormatEntity.cpp679 Format custom_format = eFormatInvalid; in DumpValue()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp575 m_format_options(eFormatInvalid) { in CommandObjectTypeFormatAdd()
645 if (format == eFormatInvalid && in DoExecute()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst283 .. py:data:: eFormatInvalid
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp490 .Default(eFormatInvalid); in BuildDynamicRegisterInfo()
4126 .Default(eFormatInvalid); in ParseRegisters()