Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBData.i76 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset);
233 return self._make_helper(self, SBData.GetSignedInt16, 2)
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBData.h64 int16_t GetSignedInt16(lldb::SBError &error, lldb::offset_t offset);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBData.cpp252 int16_t SBData::GetSignedInt16(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt16() function in SBData