Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindTable.cpp207 return object_file->AllowAssemblyEmulationUnwindPlans(); in GetAllowAssemblyEmulationUnwindPlans()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DObjectFile.h463 virtual bool AllowAssemblyEmulationUnwindPlans() { return true; } in AllowAssemblyEmulationUnwindPlans() function
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h149 bool AllowAssemblyEmulationUnwindPlans() override;
H A DObjectFileMachO.cpp6081 bool ObjectFileMachO::AllowAssemblyEmulationUnwindPlans() {