Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DUnwindTable.cpp207 return object_file->AllowAssemblyEmulationUnwindPlans(); in GetAllowAssemblyEmulationUnwindPlans()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h138 bool AllowAssemblyEmulationUnwindPlans() override;
DObjectFileMachO.cpp6034 bool ObjectFileMachO::AllowAssemblyEmulationUnwindPlans() { in AllowAssemblyEmulationUnwindPlans() function in ObjectFileMachO
/external/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h447 virtual bool AllowAssemblyEmulationUnwindPlans() { return true; } in AllowAssemblyEmulationUnwindPlans() function