Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/API/
H A DSBData.h64 int16_t GetSignedInt16(lldb::SBError &error, lldb::offset_t offset);
/llvm-project/lldb/test/API/python_api/sbdata/
H A DTestSBData.py84 low = data.GetSignedInt16(error, offset)
87 high = data.GetSignedInt16(error, offset)
/llvm-project/lldb/bindings/interface/
H A DSBDataExtensions.i93 return self._make_helper(self, SBData.GetSignedInt16, 2)
/llvm-project/lldb/source/API/
H A DSBData.cpp252 int16_t SBData::GetSignedInt16(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt16() function in SBData