Searched refs:eFormatEnum (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 117 case lldb::eFormatEnum: in GetCompilerTypeForFormat() 152 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 | 45 {eFormatEnum, 'E', "enumeration"},
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 169 eFormatEnum, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMemory.cpp | 161 case eFormatEnum: in FinalizeSettings() 1335 case eFormatEnum: in DoExecute()
|
/freebsd/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 | 1363 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 294 .. py:data:: eFormatEnum
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 5261 return lldb::eFormatEnum; in GetFormat() 8784 if ((format == eFormatEnum || format == eFormatDefault) && in DumpTypeValue() 8806 case eFormatEnum: in DumpTypeValue()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81143 {SWIG_LUA_CONSTTAB_INT("eFormatEnum", (lldb::eFormatEnum))},
|