Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DUnwindPlan.cpp271 uint32_t other_reg_num, in SetRegisterLocationToRegister() argument
277 reg_loc.SetInRegister(other_reg_num); in SetRegisterLocationToRegister()
DDWARFCallFrameInfo.cpp619 uint32_t other_reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in FDEToUnwindPlan() local
620 reg_location.SetInRegister(other_reg_num); in FDEToUnwindPlan()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DUnwindPlan.h305 uint32_t other_reg_num,