Home
last modified time | relevance | path

Searched refs:GetUnwindTable (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp271 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in InitializeZerothFrame()
751 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFastUnwindPlanForFrame()
845 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFullUnwindPlanForFrame()
864 pc_module_sp->GetUnwindTable().GetEHFrameInfo(); in GetFullUnwindPlanForFrame()
874 pc_module_sp->GetUnwindTable().GetArmUnwindInfo(); in GetFullUnwindPlanForFrame()
885 pc_module_sp->GetUnwindTable().GetObjectFileUnwindInfo(); in GetFullUnwindPlanForFrame()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h626 UnwindTable &GetUnwindTable();
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp1289 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable() function in Module
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2875 GetModule()->GetUnwindTable().GetEHFrameInfo()) { in ParseSymtab()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp3394 sc.module_sp->GetUnwindTable() in DoExecute()