Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp116 case lldb::eFormatEnum: in GetCompilerTypeForFormat()
151 case lldb::eFormatEnum: in GetItemFormatForFormat()
H A DTypeFormat.cpp191 valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0, in FormatObject()
H A DFormatManager.cpp44 {eFormatEnum, 'E', "enumeration"},
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h169 eFormatEnum, enumerator
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp161 case eFormatEnum: in FinalizeSettings()
1406 case eFormatEnum: in DoExecute()
/openbsd-src/gnu/llvm/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.cpp1217 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst294 .. py:data:: eFormatEnum
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5305 return lldb::eFormatEnum; in GetFormat()
9097 if ((format == eFormatEnum || format == eFormatDefault) && in DumpTypeValue()
9119 case eFormatEnum: in DumpTypeValue()