Searched refs:GetUnwindPlan (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCallFrameInfo.h22 virtual bool GetUnwindPlan(const Address &addr, UnwindPlan &unwind_plan) = 0;
23 virtual bool GetUnwindPlan(const AddressRange &range, UnwindPlan &unwind_plan) = 0;
H A DArmUnwindInfo.h37 bool GetUnwindPlan(Target &target, const Address &addr,
H A DDWARFCallFrameInfo.h49 bool GetUnwindPlan(const Address &addr, UnwindPlan &unwind_plan);
54 bool GetUnwindPlan(const AddressRange &range, UnwindPlan &unwind_plan);
H A DCompactUnwindInfo.h42 bool GetUnwindPlan(Target &target, Address addr, UnwindPlan &unwind_plan);
H A DSymbolFile.h282 GetUnwindPlan(const Address &address, const RegisterInfoResolver &resolver) { function in class:lldb_private::SymbolFile
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp94 if (compact_unwind->GetUnwindPlan(target, current_pc, *unwind_plan_sp)) {
117 if (!object_file_frame->GetUnwindPlan(m_range,
136 if (!eh_frame->GetUnwindPlan(m_range, *m_unwind_plan_eh_frame_sp))
154 if (!debug_frame->GetUnwindPlan(m_range, *m_unwind_plan_debug_frame_sp))
173 if (!arm_unwind_info->GetUnwindPlan(target, current_pc,
206 m_unwind_plan_symbol_file_sp = symfile->GetUnwindPlan(
H A DArmUnwindInfo.cpp99 bool ArmUnwindInfo::GetUnwindPlan(Target &target, const Address &addr, function in class:ArmUnwindInfo
H A DDWARFCallFrameInfo.cpp150 bool DWARFCallFrameInfo::GetUnwindPlan(const Address &addr, function in class:DWARFCallFrameInfo
152 return GetUnwindPlan(AddressRange(addr, 1), unwind_plan);
155 bool DWARFCallFrameInfo::GetUnwindPlan(const AddressRange &range, function in class:DWARFCallFrameInfo
H A DCompactUnwindInfo.cpp172 bool CompactUnwindInfo::GetUnwindPlan(Target &target, Address addr, function in class:CompactUnwindInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h147 GetUnwindPlan(const Address &address,
H A DSymbolFileBreakpad.cpp486 SymbolFileBreakpad::GetUnwindPlan(const Address &address, function in class:SymbolFileBreakpad
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp771 if (eh_frame->GetUnwindPlan(m_current_pc, *unwind_plan_sp))
781 if (arm_exidx->GetUnwindPlan(exe_ctx.GetTargetRef(), m_current_pc,
792 if (object_file_unwind->GetUnwindPlan(m_current_pc, *unwind_plan_sp))

Completed in 129 milliseconds