Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugFrame (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp65 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Initialize()
110 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Update()
H A DObjectFile.cpp339 case eSectionTypeDWARFDebugFrame: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp113 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp117 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp119 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp72 case eSectionTypeDWARFDebugFrame: in GetTypeAsCString()
431 case eSectionTypeDWARFDebugFrame: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp261 .Case("frame", eSectionTypeDWARFDebugFrame) in GetSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp556 sect_type = lldb::eSectionTypeDWARFDebugFrame; in GetSectionTypeFromSectionName()
1051 case lldb::eSectionTypeDWARFDebugFrame: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h719 eSectionTypeDWARFDebugFrame, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst942 .. py:data:: eSectionTypeDWARFDebugFrame
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1670 .Case("frame", eSectionTypeDWARFDebugFrame) in GetSectionTypeFromName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81528 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugFrame", (lldb::eSectionTypeDWARFDebugFrame))},