Home
last modified time | relevance | path

Searched refs:GetFastUnwindPlan (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindAssembly.h30 virtual bool GetFastUnwindPlan(AddressRange &func, Thread &thread,
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h30 bool GetFastUnwindPlan(lldb_private::AddressRange &func,
H A DUnwindAssembly-x86.cpp170 bool UnwindAssembly_x86::GetFastUnwindPlan(AddressRange &func, Thread &thread, in GetFastUnwindPlan() function in UnwindAssembly_x86
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h36 bool GetFastUnwindPlan(lldb_private::AddressRange &func,
H A DUnwindAssemblyInstEmulation.cpp313 bool UnwindAssemblyInstEmulation::GetFastUnwindPlan(AddressRange &func, in GetFastUnwindPlan() function in UnwindAssemblyInstEmulation
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp446 if (!assembly_profiler_sp->GetFastUnwindPlan(m_range, thread, in GetUnwindPlanFastUnwind()