Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp52 case eSectionTypeDebug: in GetTypeAsCString()
422 case eSectionTypeDebug: in ContainsOnlyDebugInfo()
700 .Case("debug", eSectionTypeDebug) in fromJSON()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp204 .StartsWith(".debug$", eSectionTypeDebug) in CreateSections()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h707 eSectionTypeDebug, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp324 case eSectionTypeDebug: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst934 .. py:data:: eSectionTypeDebug
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1686 .Case(".ctf", eSectionTypeDebug) in GetSectionTypeFromName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78233 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDebug", lldb::eSectionTypeDebug)},