Home
last modified time | relevance | path

Searched refs:register_location (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp263 UnwindPlan::Row::AbstractRegisterLocation &register_location) const { in GetRegisterInfo()
266 register_location = pos->second; in GetRegisterInfo()
270 register_location.SetUndefined(); in GetRegisterInfo()
285 const UnwindPlan::Row::AbstractRegisterLocation register_location) { in SetRegisterInfo() argument
286 m_register_locations[reg_num] = register_location; in SetRegisterInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h352 AbstractRegisterLocation &register_location) const;
355 const AbstractRegisterLocation register_location);