Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Symbol/
DUnwindTable.cpp208 return object_file->AllowAssemblyEmulationUnwindPlans(); in GetAllowAssemblyEmulationUnwindPlans()
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DObjectFile.h463 virtual bool AllowAssemblyEmulationUnwindPlans() { return true; } in AllowAssemblyEmulationUnwindPlans() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h152 bool AllowAssemblyEmulationUnwindPlans() override;
DObjectFileMachO.cpp6103 bool ObjectFileMachO::AllowAssemblyEmulationUnwindPlans() {