Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/section/
H A DTestSectionAPI.py30 elif sect_type == lldb.eSectionTypeContainer:
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp34 case eSectionTypeContainer: in GetTypeAsCString()
389 case eSectionTypeContainer: in ContainsOnlyDebugInfo()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h657 eSectionTypeContainer, ///< The section contains child sections enumerator
/llvm-project-15.0.7/lldb/test/API/python_api/target/
H A DTestTargetAPI.py219 elif sect_type == lldb.eSectionTypeContainer:
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp309 case eSectionTypeContainer: in GetAddressClass()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp874 if (S->GetType() == eSectionTypeContainer) in dumpSectionList()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp692 section_sp->GetType() == eSectionTypeContainer) { in SetLoadAddress()
1833 ConstString(provider.GetNextSegmentName()), eSectionTypeContainer, in CreateSections()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst923 .. py:data:: eSectionTypeContainer
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1155 case eSectionTypeContainer: in GetAddressClass()
1642 eSectionTypeContainer, // This section is a container of other in ProcessSegmentCommand()
1796 eSectionTypeContainer, // This section is a container of in ProcessSegmentCommand()