Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp454 eFormatInvalid,
555 eFormatInvalid,
566 eFormatInvalid,
577 eFormatInvalid,
588 eFormatInvalid,
599 eFormatInvalid,
610 eFormatInvalid,
621 eFormatInvalid,
632 eFormatInvalid,
643 eFormatInvalid,
[all …]
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp123 (format == eFormatInvalid && byte_size == 0 && count == 0)) { in SetOptionValue()
132 if (format == eFormatInvalid) in SetOptionValue()
H A DProperty.cpp131 Format new_format = eFormatInvalid; in Property()
H A DOptionArgParser.cpp97 format = eFormatInvalid; in ToFormat()
H A DOptionValue.cpp546 value_sp = std::make_shared<OptionValueFormat>(eFormatInvalid); in CreateValueFromCStringForTypeMask()
/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp282 lldb::Format m_parent_format = eFormatInvalid;
283 lldb::Format m_item_format = eFormatInvalid;
H A DFormatManager.cpp90 format = eFormatInvalid; in GetFormatFromFormatChar()
111 format = eFormatInvalid; in GetFormatFromFormatName()
138 format = eFormatInvalid; in GetFormatFromCString()
447 return lldb::eFormatInvalid; in GetSingleItemFormat()
/src/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp55 return lldb::eFormatInvalid; in GetFormat()
/src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h161 TypeFormatImpl_Format(lldb::Format f = lldb::eFormatInvalid,
/src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp47 return std::make_pair(nullptr, lldb::eFormatInvalid); in getElementTraits()
H A DLibCxx.cpp151 lldb::eFormatInvalid, in LibcxxSmartPointerSummaryProvider()
193 lldb::eFormatInvalid, in LibcxxUniquePointerSummaryProvider()
H A DLibStdcpp.cpp463 lldb::eFormatInvalid, in LibStdcppSmartPointerSummaryProvider()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h158 eFormatInvalid = 0, enumerator
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h555 lldb::Format custom_format = lldb::eFormatInvalid,
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp591 m_format_options(eFormatInvalid) { in CommandObjectTypeFormatAdd()
653 if (format == eFormatInvalid && in DoExecute()
/src/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1468 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
1558 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
H A DFormatEntity.cpp700 Format custom_format = eFormatInvalid; in DumpValue()
/src/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst283 .. py:data:: eFormatInvalid
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp482 .Default(eFormatInvalid); in BuildDynamicRegisterInfo()
4599 .Default(eFormatInvalid); in ParseRegisters()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81132 {SWIG_LUA_CONSTTAB_INT("eFormatInvalid", (lldb::eFormatInvalid))},