Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp52 m_pc_reg_info.format = eFormatPointer; in RegisterContextDummy()
H A DRegisterContextHistory.cpp53 m_pc_reg_info.format = eFormatPointer; in RegisterContextHistory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp31 case lldb::eFormatPointer: in GetCompilerTypeForFormat()
H A DFormatManager.cpp54 {eFormatPointer, 'p', "pointer"},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp144 if (item_format == eFormatPointer) { in DumpDataExtractor()
470 case eFormatPointer: in DumpDataExtractor()
H A DValueObject.cpp1387 (custom_format == eFormatPointer) || in DumpPrintableRepresentation()
H A DIOHandler.cpp2857 return eFormatPointer; in FormatForChar()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp158 case eFormatPointer: in FinalizeSettings()
1398 if (m_format_options.GetFormat() == eFormatPointer) in DoExecute()
1445 case eFormatPointer: in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h186 eFormatPointer, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9573 case eFormatPointer: in DumpTypeValue()