Home
last modified time | relevance | path

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

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