Searched refs:eFormatEnum (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 116 case lldb::eFormatEnum: in GetCompilerTypeForFormat() 151 case lldb::eFormatEnum: in GetItemFormatForFormat()
|
| H A D | TypeFormat.cpp | 190 valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0, in FormatObject()
|
| H A D | FormatManager.cpp | 44 {eFormatEnum, 'E', "enumeration"},
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 169 eFormatEnum, enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 161 case eFormatEnum: in FinalizeSettings() 1389 case eFormatEnum: in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 497 case eFormatEnum: // Print enum value as a signed integer when we don't get in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1171 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 294 .. py:data:: eFormatEnum
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5188 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 D | LLDBWrapLua.cpp | 77859 {SWIG_LUA_CONSTTAB_INT("eFormatEnum", lldb::eFormatEnum)},
|