Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/section/
DTestSectionAPI.py33 elif sect_type == lldb.eSectionTypeContainer:
/external/llvm-project/lldb/test/API/python_api/target/
DTestTargetAPI.py211 elif sect_type == lldb.eSectionTypeContainer:
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h644 eSectionTypeContainer, ///< The section contains child sections enumerator
/external/llvm-project/lldb/source/Core/
DSection.cpp34 case eSectionTypeContainer: in GetTypeAsCString()
/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp330 case eSectionTypeContainer: in GetAddressClass()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp869 if (S->GetType() == eSectionTypeContainer) in dumpSectionList()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp672 section_sp->GetType() == eSectionTypeContainer) { in SetLoadAddress()
1790 ConstString(provider.GetNextSegmentName()), eSectionTypeContainer, in CreateSections()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1109 case eSectionTypeContainer: in GetAddressClass()
1611 eSectionTypeContainer, // This section is a container of other in ProcessSegmentCommand()
1756 eSectionTypeContainer, // This section is a container of in ProcessSegmentCommand()