Home
last modified time | relevance | path

Searched refs:GetUnsignedInt16 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBData.i64 GetUnsignedInt16 (lldb::SBError& error, lldb::offset_t offset);
221 return self._make_helper(self, SBData.GetUnsignedInt16, 2)
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBData.h56 uint16_t GetUnsignedInt16(lldb::SBError &error, lldb::offset_t offset);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBData.cpp192 uint16_t SBData::GetUnsignedInt16(lldb::SBError &error, lldb::offset_t offset) { in GetUnsignedInt16() function in SBData