Home
last modified time | relevance | path

Searched refs:eSectionTypeData (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Core/
DSection.cpp36 case eSectionTypeData: in GetTypeAsCString()
390 case eSectionTypeData: in ContainsOnlyDebugInfo()
DAddress.cpp509 case eSectionTypeData: in Dump()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp972 return eSectionTypeData; in GetSectionType()
980 return eSectionTypeData; in GetSectionType()
1012 return eSectionTypeData; in GetSectionType()
1017 return eSectionTypeData; in GetSectionType()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h663 eSectionTypeData, enumerator
/openbsd/src/gnu/llvm/lldb/source/Expression/
DIRExecutionUnit.cpp525 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
528 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DObjectFile.cpp311 case eSectionTypeData: in GetAddressClass()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1175 case eSectionTypeData: in GetAddressClass()
1544 return eSectionTypeData; in GetSectionType()
3337 case eSectionTypeData: in ParseSymtab()
4218 case eSectionTypeData: in ParseSymtab()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1664 .Cases(".data", ".tdata", eSectionTypeData) in GetSectionTypeFromName()
1693 case eSectionTypeData: in GetTargetByteSize()
/openbsd/src/gnu/llvm/lldb/docs/
Dpython_api_enums.rst924 .. py:data:: eSectionTypeData