Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp116 case lldb::eFormatEnum: in GetCompilerTypeForFormat()
151 case lldb::eFormatEnum: in GetItemFormatForFormat()
H A DTypeFormat.cpp190 valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0, in FormatObject()
H A DFormatManager.cpp44 {eFormatEnum, 'E', "enumeration"},
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h169 eFormatEnum, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp161 case eFormatEnum: in FinalizeSettings()
1389 case eFormatEnum: in DoExecute()
/freebsd-14.2/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.cpp1171 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst294 .. py:data:: eFormatEnum
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5188 return lldb::eFormatEnum; in GetFormat()
8598 if ((format == eFormatEnum || format == eFormatDefault) && in DumpTypeValue()
8620 case eFormatEnum: in DumpTypeValue()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77859 {SWIG_LUA_CONSTTAB_INT("eFormatEnum", lldb::eFormatEnum)},