Home
last modified time | relevance | path

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

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