Home
last modified time | relevance | path

Searched refs:eFormatEnum (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp117 case lldb::eFormatEnum: in GetCompilerTypeForFormat()
152 case lldb::eFormatEnum: in GetItemFormatForFormat()
H A DTypeFormat.cpp190 valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0, in FormatObject()
H A DFormatManager.cpp45 {eFormatEnum, 'E', "enumeration"},
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h169 eFormatEnum, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp161 case eFormatEnum: in FinalizeSettings()
1335 case eFormatEnum: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp497 case eFormatEnum: // Print enum value as a signed integer when we don't get in DumpDataExtractor()
H A DValueObject.cpp1363 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst294 .. py:data:: eFormatEnum
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5261 return lldb::eFormatEnum; in GetFormat()
8784 if ((format == eFormatEnum || format == eFormatDefault) && in DumpTypeValue()
8806 case eFormatEnum: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81143 {SWIG_LUA_CONSTTAB_INT("eFormatEnum", (lldb::eFormatEnum))},