Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
DABISysV_hexagon.cpp453 eFormatInvalid,
554 eFormatInvalid,
565 eFormatInvalid,
576 eFormatInvalid,
587 eFormatInvalid,
598 eFormatInvalid,
609 eFormatInvalid,
620 eFormatInvalid,
631 eFormatInvalid,
642 eFormatInvalid,
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DOptionGroupFormat.cpp105 (format == eFormatInvalid && byte_size == 0 && count == 0)) { in SetOptionValue()
114 if (format == eFormatInvalid) in SetOptionValue()
DOptionArgParser.cpp80 format = eFormatInvalid; in ToFormat()
DProperty.cpp131 Format new_format = eFormatInvalid; in Property()
DOptionValue.cpp523 value_sp = std::make_shared<OptionValueFormat>(eFormatInvalid); in CreateValueFromCStringForTypeMask()
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
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()
DFormatManager.cpp89 format = eFormatInvalid; in GetFormatFromFormatChar()
112 format = eFormatInvalid; in GetFormatFromFormatName()
140 format = eFormatInvalid; in GetFormatFromCString()
454 return lldb::eFormatInvalid; in GetSingleItemFormat()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
DTypeFormat.h161 TypeFormatImpl_Format(lldb::Format f = lldb::eFormatInvalid,
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBTypeFormat.cpp59 return lldb::eFormatInvalid; in GetFormat()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp129 lldb::eFormatInvalid, in LibcxxSmartPointerSummaryProvider()
172 lldb::eFormatInvalid, in LibcxxUniquePointerSummaryProvider()
DLibStdcpp.cpp419 lldb::eFormatInvalid, in LibStdcppSmartPointerSummaryProvider()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h157 eFormatInvalid = 0, enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DValueObject.h541 lldb::Format custom_format = lldb::eFormatInvalid,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObject.cpp1310 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
1389 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
DFormatEntity.cpp680 Format custom_format = eFormatInvalid; in DumpValue()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp574 m_option_group(), m_format_options(eFormatInvalid), in CommandObjectTypeFormatAdd()
645 if (format == eFormatInvalid && in DoExecute()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp518 Format format = eFormatInvalid; in BuildDynamicRegisterInfo()
538 .Default(eFormatInvalid); in BuildDynamicRegisterInfo()
4423 Format format = eFormatInvalid; in ParseRegisters()
/freebsd-12-stable/contrib/llvm-project/lldb/docs/
Dpython_api_enums.rst283 .. py:data:: eFormatInvalid
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp70594 {SWIG_LUA_CONSTTAB_INT("eFormatInvalid", lldb::eFormatInvalid)},