Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindLLDB.h61 lldb::addr_t target_memory_location; member
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1132 reg_info, regloc.location.target_memory_location, reg_info->byte_size, in ReadRegisterValueFromRegisterLocation()
1174 reg_info, regloc.location.target_memory_location, reg_info->byte_size, in WriteRegisterValueToRegisterLocation()
1577 regloc.location.target_memory_location = m_cfa + offset; in SavedLocationForRegister()
1582 regloc.location.target_memory_location); in SavedLocationForRegister()
1608 regloc.location.target_memory_location = m_afa + offset; in SavedLocationForRegister()
1613 regloc.location.target_memory_location); in SavedLocationForRegister()
1666 regloc.location.target_memory_location = val; in SavedLocationForRegister()