Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnwindAssembly.h33 virtual bool GetFastUnwindPlan(AddressRange &func, Thread &thread,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h31 bool GetFastUnwindPlan(lldb_private::AddressRange &func,
H A DUnwindAssembly-x86.cpp173 bool UnwindAssembly_x86::GetFastUnwindPlan(AddressRange &func, Thread &thread, in GetFastUnwindPlan() function in UnwindAssembly_x86
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h37 bool GetFastUnwindPlan(lldb_private::AddressRange &func,
H A DUnwindAssemblyInstEmulation.cpp286 bool UnwindAssemblyInstEmulation::GetFastUnwindPlan(AddressRange &func, in GetFastUnwindPlan() function in UnwindAssemblyInstEmulation
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFuncUnwinders.cpp369 if (!assembly_profiler_sp->GetFastUnwindPlan(m_range, thread, in GetUnwindPlanFastUnwind()