Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp207 return object_file->AllowAssemblyEmulationUnwindPlans(); in GetAllowAssemblyEmulationUnwindPlans()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h445 virtual bool AllowAssemblyEmulationUnwindPlans() { return true; } in AllowAssemblyEmulationUnwindPlans() function