Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h134 typedef struct type128 { uint64_t x[2]; } type128; typedef
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp183 type128 int128; in SetValueFromData()
599 (reinterpret_cast<const type128 *>(buffer.bytes.data()))->x); in GetAsUInt128()