Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp118 case lldb::eFormatOSType: in GetCompilerTypeForFormat()
153 case lldb::eFormatOSType: in GetItemFormatForFormat()
H A DFormatManager.cpp49 {eFormatOSType, 'O', "OSType"},
751 AddFormat(sys_category_sp, lldb::eFormatOSType, "FourCharCode", in LoadSystemFormatters()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp237 format = eFormatOSType; in ParserGDBFormatLetter()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp369 if ((item_format == eFormatOSType || item_format == eFormatAddressInfo) && in DumpDataExtractor()
535 case eFormatOSType: { in DumpDataExtractor()
H A DValueObject.cpp1250 (custom_format == eFormatOSType) || in DumpPrintableRepresentation()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h174 eFormatOSType, ///< OS character codes encoded into an integer 'PICT' 'text' enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1406 case eFormatOSType: in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst299 .. py:data:: eFormatOSType
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8625 case eFormatOSType: in DumpTypeValue()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77864 {SWIG_LUA_CONSTTAB_INT("eFormatOSType", lldb::eFormatOSType)},