Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDRegisterValue.h188 GetAsUInt128 (__uint128_t fail_value = ~((__uint128_t)0), bool *success_ptr = NULL) const;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDRegisterValue.cpp783 RegisterValue::GetAsUInt128 (__uint128_t fail_value, bool *success_ptr) const in GetAsUInt128() function in RegisterValue