Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp115 case lldb::eFormatOSType: in GetCompilerTypeForFormat()
150 case lldb::eFormatOSType: in GetItemFormatForFormat()
H A DFormatManager.cpp48 {eFormatOSType, 'O', "OSType"},
755 AddFormat(sys_category_sp, lldb::eFormatOSType, ConstString("FourCharCode"), in LoadSystemFormatters()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp237 format = eFormatOSType; in ParserGDBFormatLetter()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp367 if ((item_format == eFormatOSType || item_format == eFormatAddressInfo) && in DumpDataExtractor()
533 case eFormatOSType: { in DumpDataExtractor()
H A DValueObject.cpp1287 (custom_format == eFormatOSType) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp144 TestDump<uint32_t>(0x4C4C4442, lldb::Format::eFormatOSType, "'LLDB'"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h173 eFormatOSType, ///< OS character codes encoded into an integer 'PICT' 'text' enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp1422 case eFormatOSType: in DoExecute()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst299 .. py:data:: eFormatOSType
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9046 case eFormatOSType: in DumpTypeValue()