Home
last modified time | relevance | path

Searched refs:eSectionTypeZeroFill (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp54 case eSectionTypeZeroFill: in GetTypeAsCString()
398 case eSectionTypeZeroFill: in ContainsOnlyDebugInfo()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp319 case eSectionTypeZeroFill: in GetAddressClass()
508 if (section->GetType() == eSectionTypeZeroFill) { in ReadSectionData()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp922 return eSectionTypeZeroFill; in GetSectionType()
930 return eSectionTypeZeroFill; in GetSectionType()
967 return eSectionTypeZeroFill; in GetSectionType()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h667 eSectionTypeZeroFill, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1646 .Cases(".bss", ".tbss", eSectionTypeZeroFill) in GetSectionTypeFromName()
1677 case eSectionTypeZeroFill: in GetTargetByteSize()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst933 .. py:data:: eSectionTypeZeroFill
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1166 case eSectionTypeZeroFill: in GetAddressClass()
1531 return eSectionTypeZeroFill; in GetSectionType()
1556 return eSectionTypeZeroFill; in GetSectionType()