Home
last modified time | relevance | path

Searched refs:other_reg_num (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp332 uint32_t other_reg_num, in SetRegisterLocationToRegister() argument
338 reg_loc.SetInRegister(other_reg_num); in SetRegisterLocationToRegister()
H A DDWARFCallFrameInfo.cpp891 uint32_t other_reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
893 reg_location.SetInRegister(other_reg_num); in HandleCommonDwarfOpcode()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h356 bool SetRegisterLocationToRegister(uint32_t reg_num, uint32_t other_reg_num,