Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DRegisterValue.cpp229 SetUInt128(llvm::APInt(128, 2, int128.x)); in SetValueFromData()
746 SetUInt128(llvm::APInt(128, uint)); in SetUInt()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DRegisterValue.h210 void SetUInt128(llvm::APInt uint) { in SetUInt128() function