Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp113 case lldb::eFormatEnum: in GetCompilerTypeForFormat()
148 case lldb::eFormatEnum: in GetItemFormatForFormat()
H A DTypeFormat.cpp189 valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0, in FormatObject()
H A DFormatManager.cpp44 {eFormatEnum, 'E', "enumeration"},
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h168 eFormatEnum, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp158 case eFormatEnum: in FinalizeSettings()
1361 case eFormatEnum: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp395 case eFormatEnum: // Print enum value as a signed integer when we don't get in DumpDataExtractor()
H A DValueObject.cpp1205 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst294 .. py:data:: eFormatEnum
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5214 return lldb::eFormatEnum; in GetFormat()
8919 if ((format == eFormatEnum || format == eFormatDefault) && in DumpTypeValue()
8941 case eFormatEnum: in DumpTypeValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70605 {SWIG_LUA_CONSTTAB_INT("eFormatEnum", lldb::eFormatEnum)},