Home
last modified time | relevance | path

Searched refs:AllowAssemblyEmulationUnwindPlans (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindTable.cpp188 return m_object_file.AllowAssemblyEmulationUnwindPlans(); in GetAllowAssemblyEmulationUnwindPlans()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h518 virtual bool AllowAssemblyEmulationUnwindPlans() { return true; } in AllowAssemblyEmulationUnwindPlans() function