Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DABI.cpp177 UnwindPlan::Row::RegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation() argument
183 unwind_regloc.SetIsCFAPlusOffset(0); in GetFallbackRegisterLocation()
191 unwind_regloc.SetUndefined(); in GetFallbackRegisterLocation()
/external/llvm-project/lldb/source/Plugins/ABI/SystemZ/
DABISysV_s390x.h46 lldb_private::UnwindPlan::Row::RegisterLocation &unwind_regloc) override;
DABISysV_s390x.cpp644 UnwindPlan::Row::RegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation() argument
649 unwind_regloc.SetUndefined(); in GetFallbackRegisterLocation()
/external/llvm-project/lldb/include/lldb/Target/
DABI.h106 UnwindPlan::Row::RegisterLocation &unwind_regloc);