Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp285 RegisterLocation reg_loc; in SetRegisterLocationToAtCFAPlusOffset() local
286 reg_loc.SetAtCFAPlusOffset(offset); in SetRegisterLocationToAtCFAPlusOffset()
287 m_register_locations[reg_num] = reg_loc; in SetRegisterLocationToAtCFAPlusOffset()
297 RegisterLocation reg_loc; in SetRegisterLocationToIsCFAPlusOffset() local
298 reg_loc.SetIsCFAPlusOffset(offset); in SetRegisterLocationToIsCFAPlusOffset()
299 m_register_locations[reg_num] = reg_loc; in SetRegisterLocationToIsCFAPlusOffset()
314 RegisterLocation reg_loc; in SetRegisterLocationToUndefined() local
315 reg_loc.SetUndefined(); in SetRegisterLocationToUndefined()
316 m_register_locations[reg_num] = reg_loc; in SetRegisterLocationToUndefined()
325 RegisterLocation reg_loc; in SetRegisterLocationToUnspecified() local
[all …]