Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp119 case lldb::eFormatOSType: in GetCompilerTypeForFormat()
154 case lldb::eFormatOSType: in GetItemFormatForFormat()
H A DFormatManager.cpp50 {eFormatOSType, 'O', "OSType"},
763 AddFormat(sys_category_sp, lldb::eFormatOSType, "FourCharCode", in LoadSystemFormatters()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp237 format = eFormatOSType; in ParserGDBFormatLetter()
/freebsd/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.cpp1442 (custom_format == eFormatOSType) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h174 eFormatOSType, ///< OS character codes encoded into an integer 'PICT' 'text' enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1352 case eFormatOSType: in DoExecute()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst299 .. py:data:: eFormatOSType
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8811 case eFormatOSType: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81148 {SWIG_LUA_CONSTTAB_INT("eFormatOSType", (lldb::eFormatOSType))},