Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModule.h605 UnwindTable &GetUnwindTable();
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1310 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable() function in Module
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2813 GetModule()->GetUnwindTable().GetEHFrameInfo()) { in ParseSymtab()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp3379 sc.module_sp->GetUnwindTable() in DoExecute()