Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DUnwindLLDB.h58 … uint64_t inferred_value; // eRegisterValueInferred - e.g. stack pointer == cfa + offset member
DRegisterContextLLDB.cpp831 success = value.SetUInt (regloc.location.inferred_value, reg_info->byte_size); in ReadRegisterValueFromRegisterLocation()
951 regloc.location.inferred_value = m_cfa; in SavedLocationForRegister()
1152 regloc.location.inferred_value = m_cfa + offset; in SavedLocationForRegister()
1200 regloc.location.inferred_value = val; in SavedLocationForRegister()