Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp116 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp114 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp117 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestDWARFCallFrameInfo.cpp229 : eSectionTypeDWARFDebugFrame, in TestBasic()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindTable.cpp64 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Initialize()
H A DObjectFile.cpp330 case eSectionTypeDWARFDebugFrame: in GetAddressClass()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp72 case eSectionTypeDWARFDebugFrame: in GetTypeAsCString()
427 case eSectionTypeDWARFDebugFrame: in ContainsOnlyDebugInfo()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp260 .Case("frame", eSectionTypeDWARFDebugFrame) in GetSectionTypeFromName()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h675 eSectionTypeDWARFDebugFrame, enumerator
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp554 sect_type = lldb::eSectionTypeDWARFDebugFrame; in GetSectionTypeFromSectionName()
1049 case lldb::eSectionTypeDWARFDebugFrame: in CommitOneAllocation()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp942 .Case(".debug_frame", eSectionTypeDWARFDebugFrame) in GetSectionType()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst940 .. py:data:: eSectionTypeDWARFDebugFrame
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1178 case eSectionTypeDWARFDebugFrame: in GetAddressClass()
1471 return eSectionTypeDWARFDebugFrame; in GetSectionType()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1617 .Case("frame", eSectionTypeDWARFDebugFrame) in GetSectionTypeFromName()