Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVTable.cpp28 SetFormat(eFormatPointer); in ValueObjectVTableChild()
155 SetFormat(eFormatPointer); in ValueObjectVTable()
H A DDumpDataExtractor.cpp353 if (item_format == eFormatPointer) { in DumpDataExtractor()
564 case eFormatPointer: in DumpDataExtractor()
H A DValueObject.cpp1446 (custom_format == eFormatPointer) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5753 return eFormatPointer; in FormatForChar()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp35 case lldb::eFormatPointer: in GetCompilerTypeForFormat()
H A DFormatManager.cpp54 {eFormatPointer, 'p', "pointer"},
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp149 case eFormatPointer: in FinalizeSettings()
1318 if (m_format_options.GetFormat() == eFormatPointer) in DoExecute()
1365 case eFormatPointer: { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h179 eFormatPointer, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst303 .. py:data:: eFormatPointer
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8813 case eFormatPointer: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81152 {SWIG_LUA_CONSTTAB_INT("eFormatPointer", (lldb::eFormatPointer))},