Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp453 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 DOptionGroupFormat.cpp105 (format == eFormatInvalid && byte_size == 0 && count == 0)) { in SetOptionValue()
114 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp192 : 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 DFormatManager.cpp89 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 DTypeFormat.h161 TypeFormatImpl_Format(lldb::Format f = lldb::eFormatInvalid,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp59 return lldb::eFormatInvalid; in GetFormat()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp129 lldb::eFormatInvalid, in LibcxxSmartPointerSummaryProvider()
172 lldb::eFormatInvalid, in LibcxxUniquePointerSummaryProvider()
H A DLibStdcpp.cpp419 lldb::eFormatInvalid, in LibStdcppSmartPointerSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h157 eFormatInvalid = 0, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h541 lldb::Format custom_format = lldb::eFormatInvalid,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp574 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 DValueObject.cpp1310 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
1389 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
H A DFormatEntity.cpp680 Format custom_format = eFormatInvalid; in DumpValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp518 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 Dpython_api_enums.rst283 .. py:data:: eFormatInvalid
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70594 {SWIG_LUA_CONSTTAB_INT("eFormatInvalid", lldb::eFormatInvalid)},