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"},
771 AddFormat(sys_category_sp, lldb::eFormatOSType, "FourCharCode", in LoadSystemFormatters()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp238 format = eFormatOSType; in ParserGDBFormatLetter()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp370 if ((item_format == eFormatOSType || item_format == eFormatAddressInfo) && in DumpDataExtractor()
536 case eFormatOSType: { in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h177 eFormatOSType, ///< OS character codes encoded into an integer 'PICT' 'text' enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1379 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/ValueObject/
H A DValueObject.cpp1470 (custom_format == eFormatOSType) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8734 case eFormatOSType: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82544 {SWIG_LUA_CONSTTAB_INT("eFormatOSType", (lldb::eFormatOSType))},