Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-types.h106 typedef struct type128 { uint64_t x[2]; } type128; argument
/llvm-project-15.0.7/lldb/source/Utility/
H A DRegisterValue.cpp203 type128 int128; in SetValueFromData()
624 (reinterpret_cast<const type128 *>(buffer.bytes))->x); in GetAsUInt128()