Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp146 if (copy.CopyValue(*this) && copy.GetData(copy_data)) { in SetType()
455 bool RegisterValue::CopyValue(const RegisterValue &rhs) { in CopyValue() function in RegisterValue
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h93 bool CopyValue(const RegisterValue &rhs); in SetType()