Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp209 SetUInt128(llvm::APInt(128, 2, int128.x)); in SetValueFromData()
721 SetUInt128(llvm::APInt(128, uint)); in SetUInt()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h220 void SetUInt128(llvm::APInt uint) { in SetUInt128() function