Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DRegisterValue.h188 GetAsUInt128 (__uint128_t fail_value = ~((__uint128_t)0), bool *success_ptr = NULL) const;
/external/lldb/source/Core/
DRegisterValue.cpp782 RegisterValue::GetAsUInt128 (__uint128_t fail_value, bool *success_ptr) const in GetAsUInt128() function in RegisterValue