Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp50 m_pc_reg_info.format = eFormatPointer; in RegisterContextDummy()
H A DRegisterContextHistory.cpp51 m_pc_reg_info.format = eFormatPointer; in RegisterContextHistory()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp34 case lldb::eFormatPointer: in GetCompilerTypeForFormat()
H A DFormatManager.cpp53 {eFormatPointer, 'p', "pointer"},
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp353 if (item_format == eFormatPointer) { in DumpDataExtractor()
564 case eFormatPointer: in DumpDataExtractor()
H A DValueObject.cpp1300 (custom_format == eFormatPointer) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5733 return eFormatPointer; in FormatForChar()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp149 case eFormatPointer: in FinalizeSettings()
1389 if (m_format_options.GetFormat() == eFormatPointer) in DoExecute()
1436 case eFormatPointer: { in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h179 eFormatPointer, enumerator
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst303 .. py:data:: eFormatPointer
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9126 case eFormatPointer: in DumpTypeValue()