Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp452 eFormatInvalid,
553 eFormatInvalid,
564 eFormatInvalid,
575 eFormatInvalid,
586 eFormatInvalid,
597 eFormatInvalid,
608 eFormatInvalid,
619 eFormatInvalid,
630 eFormatInvalid,
641 eFormatInvalid,
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp108 (format == eFormatInvalid && byte_size == 0 && count == 0)) { in SetOptionValue()
117 if (format == eFormatInvalid) in SetOptionValue()
H A DOptionArgParser.cpp81 format = eFormatInvalid; in ToFormat()
H A DProperty.cpp120 Format new_format = eFormatInvalid; in Property()
H A DOptionValue.cpp523 value_sp.reset(new OptionValueFormat(eFormatInvalid)); in CreateValueFromCStringForTypeMask()
/freebsd-12.1/contrib/llvm/tools/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.cpp84 format = eFormatInvalid; in GetFormatFromFormatChar()
107 format = eFormatInvalid; in GetFormatFromFormatName()
135 format = eFormatInvalid; in GetFormatFromCString()
475 return lldb::eFormatInvalid; in GetSingleItemFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFormat.cpp40 return lldb::eFormatInvalid; in GetFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h162 TypeFormatImpl_Format(lldb::Format f = lldb::eFormatInvalid,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp418 lldb::eFormatInvalid, in LibStdcppSmartPointerSummaryProvider()
H A DLibCxx.cpp130 lldb::eFormatInvalid, in LibcxxSmartPointerSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h165 eFormatInvalid = 0, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h558 lldb::Format custom_format = lldb::eFormatInvalid,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp620 m_option_group(), m_format_options(eFormatInvalid), in CommandObjectTypeFormatAdd()
692 if (format == eFormatInvalid && in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1409 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
1488 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
H A DFormatEntity.cpp702 Format custom_format = eFormatInvalid; in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp580 Format format = eFormatInvalid; in BuildDynamicRegisterInfo()
600 .Default(eFormatInvalid); in BuildDynamicRegisterInfo()
4429 Format format = eFormatInvalid; in ParseRegisters()