Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextDummy.cpp51 m_pc_reg_info.format = eFormatPointer; in RegisterContextDummy()
HDRegisterContextHistory.cpp52 m_pc_reg_info.format = eFormatPointer; in RegisterContextHistory()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDVectorType.cpp33 case lldb::eFormatPointer: in GetClangTypeForFormat()
HDFormatManager.cpp56 { eFormatPointer , 'p' , "pointer" },
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp172 case eFormatPointer: in FinalizeSettings()
1497 if (m_format_options.GetFormat() == eFormatPointer) in DoExecute()
1548 case eFormatPointer: in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h139 eFormatPointer, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDataExtractor.cpp1416 if (item_format == eFormatPointer) in Dump()
1704 case eFormatPointer: in Dump()
HDValueObject.cpp1694 (custom_format == eFormatPointer) || in DumpPrintableRepresentation()
HDIOHandler.cpp3719 case 'p': return eFormatPointer; in FormatForChar()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp6520 case eFormatPointer: in DumpTypeValue()