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.cpp272 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in InitializeZerothFrame()
765 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFastUnwindPlanForFrame()
859 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFullUnwindPlanForFrame()
878 pc_module_sp->GetUnwindTable().GetEHFrameInfo(); in GetFullUnwindPlanForFrame()
888 pc_module_sp->GetUnwindTable().GetArmUnwindInfo(); in GetFullUnwindPlanForFrame()
899 pc_module_sp->GetUnwindTable().GetObjectFileUnwindInfo(); in GetFullUnwindPlanForFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h580 UnwindTable &GetUnwindTable();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1242 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable() function in Module
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3056 GetModule()->GetUnwindTable().GetEHFrameInfo()) { in ParseSymtab()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3604 sc.module_sp->GetUnwindTable() in DoExecute()