Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp273 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in InitializeZerothFrame()
750 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFastUnwindPlanForFrame()
844 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFullUnwindPlanForFrame()
863 pc_module_sp->GetUnwindTable().GetEHFrameInfo(); in GetFullUnwindPlanForFrame()
873 pc_module_sp->GetUnwindTable().GetArmUnwindInfo(); in GetFullUnwindPlanForFrame()
884 pc_module_sp->GetUnwindTable().GetObjectFileUnwindInfo(); in GetFullUnwindPlanForFrame()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h593 UnwindTable &GetUnwindTable();
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1295 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable() function in Module
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2789 GetModule()->GetUnwindTable().GetEHFrameInfo()) { in GetSymtab()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3332 sc.module_sp->GetUnwindTable() in DoExecute()