Home
last modified time | relevance | path

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

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