Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/section/
H A DTestSectionAPI.py27 if sect_type == lldb.eSectionTypeData:
34 if sect_type == lldb.eSectionTypeData:
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp36 case eSectionTypeData: in GetTypeAsCString()
390 case eSectionTypeData: in ContainsOnlyDebugInfo()
H A DAddress.cpp509 case eSectionTypeData: in Dump()
/llvm-project-15.0.7/lldb/test/API/python_api/target/
H A DTestTargetAPI.py216 if sect_type == lldb.eSectionTypeData:
223 if sect_type == lldb.eSectionTypeData:
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp924 return eSectionTypeData; in GetSectionType()
932 return eSectionTypeData; in GetSectionType()
964 return eSectionTypeData; in GetSectionType()
969 return eSectionTypeData; in GetSectionType()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h658 eSectionTypeData, enumerator
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp524 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
527 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp311 case eSectionTypeData: in GetAddressClass()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1158 case eSectionTypeData: in GetAddressClass()
1528 return eSectionTypeData; in GetSectionType()
3321 case eSectionTypeData: in ParseSymtab()
4202 case eSectionTypeData: in ParseSymtab()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1647 .Cases(".data", ".tdata", eSectionTypeData) in GetSectionTypeFromName()
1676 case eSectionTypeData: in GetTargetByteSize()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst924 .. py:data:: eSectionTypeData