Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DUnwindTable.h43 bool GetAllowAssemblyEmulationUnwindPlans();
/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindTable.cpp205 bool UnwindTable::GetAllowAssemblyEmulationUnwindPlans() { in GetAllowAssemblyEmulationUnwindPlans() function in UnwindTable
H A DFuncUnwinders.cpp331 !m_unwind_table.GetAllowAssemblyEmulationUnwindPlans()) { in GetAssemblyUnwindPlan()