Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp328 uint32_t other_reg_num, in SetRegisterLocationToRegister() argument
334 reg_loc.SetInRegister(other_reg_num); in SetRegisterLocationToRegister()
DDWARFCallFrameInfo.cpp887 uint32_t other_reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
889 reg_location.SetInRegister(other_reg_num); in HandleCommonDwarfOpcode()
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h358 bool SetRegisterLocationToRegister(uint32_t reg_num, uint32_t other_reg_num,