Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp115 case lldb::eFormatOSType: in GetCompilerTypeForFormat()
150 case lldb::eFormatOSType: in GetItemFormatForFormat()
H A DFormatManager.cpp49 {eFormatOSType, 'O', "OSType"},
757 AddFormat(sys_category_sp, lldb::eFormatOSType, ConstString("FourCharCode"), in LoadSystemFormatters()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp219 format = eFormatOSType; in ParserGDBFormatLetter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp279 if ((item_format == eFormatOSType || item_format == eFormatAddressInfo) && in DumpDataExtractor()
433 case eFormatOSType: { in DumpDataExtractor()
H A DValueObject.cpp1284 (custom_format == eFormatOSType) || in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h173 eFormatOSType, ///< OS character codes encoded into an integer 'PICT' 'text' enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1378 case eFormatOSType: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst299 .. py:data:: eFormatOSType
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8946 case eFormatOSType: in DumpTypeValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70610 {SWIG_LUA_CONSTTAB_INT("eFormatOSType", lldb::eFormatOSType)},