Searched refs:eSectionTypeDWARFDebugFrame (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindTable.cpp | 65 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Initialize() 110 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Update()
|
H A D | ObjectFile.cpp | 339 case eSectionTypeDWARFDebugFrame: in GetAddressClass()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 113 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
H A D | SymbolVendorWasm.cpp | 117 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 119 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 72 case eSectionTypeDWARFDebugFrame: in GetTypeAsCString() 431 case eSectionTypeDWARFDebugFrame: in ContainsOnlyDebugInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 261 .Case("frame", eSectionTypeDWARFDebugFrame) in GetSectionTypeFromName()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 556 sect_type = lldb::eSectionTypeDWARFDebugFrame; in GetSectionTypeFromSectionName() 1051 case lldb::eSectionTypeDWARFDebugFrame: in CommitOneAllocation()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 719 eSectionTypeDWARFDebugFrame, enumerator
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 942 .. py:data:: eSectionTypeDWARFDebugFrame
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1670 .Case("frame", eSectionTypeDWARFDebugFrame) in GetSectionTypeFromName()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81528 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugFrame", (lldb::eSectionTypeDWARFDebugFrame))},
|