Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DABI.cpp180 UnwindPlan::Row::RegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation() argument
186 unwind_regloc.SetIsCFAPlusOffset(0); in GetFallbackRegisterLocation()
194 unwind_regloc.SetUndefined(); in GetFallbackRegisterLocation()
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h46 lldb_private::UnwindPlan::Row::RegisterLocation &unwind_regloc) override;
H A DABISysV_s390x.cpp645 UnwindPlan::Row::RegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation() argument
650 unwind_regloc.SetUndefined(); in GetFallbackRegisterLocation()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DABI.h107 UnwindPlan::Row::RegisterLocation &unwind_regloc);