Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp268 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in InitializeZerothFrame()
758 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFastUnwindPlanForFrame()
845 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFullUnwindPlanForFrame()
864 pc_module_sp->GetUnwindTable().GetEHFrameInfo()) { in GetFullUnwindPlanForFrame()
871 pc_module_sp->GetUnwindTable().GetArmUnwindInfo(); in GetFullUnwindPlanForFrame()
881 pc_module_sp->GetUnwindTable().GetObjectFileUnwindInfo(); in GetFullUnwindPlanForFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h581 UnwindTable &GetUnwindTable();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1234 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable() function in Module
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3033 GetModule()->GetUnwindTable().GetEHFrameInfo()) { in ParseSymtab()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3625 UnwindTable &uw_table = sc.module_sp->GetUnwindTable(); in DoExecute()