Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp34 case eSectionTypeContainer: in GetTypeAsCString()
393 case eSectionTypeContainer: in ContainsOnlyDebugInfo()
696 .Case("container", eSectionTypeContainer) in fromJSON()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h701 eSectionTypeContainer, ///< The section contains child sections enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp318 case eSectionTypeContainer: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp735 section_sp->GetType() == eSectionTypeContainer) { in SetLoadAddress()
1929 ConstString(provider.GetNextSegmentName()), eSectionTypeContainer, in CreateSections()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst925 .. py:data:: eSectionTypeContainer
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81511 {SWIG_LUA_CONSTTAB_INT("eSectionTypeContainer", (lldb::eSectionTypeContainer))},