Home
last modified time | relevance | path

Searched refs:GetAllowAssemblyEmulationUnwindPlans (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h44 bool GetAllowAssemblyEmulationUnwindPlans();
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp250 bool UnwindTable::GetAllowAssemblyEmulationUnwindPlans() { in GetAllowAssemblyEmulationUnwindPlans() function in UnwindTable
H A DFuncUnwinders.cpp331 !m_unwind_table.GetAllowAssemblyEmulationUnwindPlans()) { in GetAssemblyUnwindPlan()