Home
last modified time | relevance | path

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

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