Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBData.i73 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset);
226 return self._make_helper(self, SBData.GetSignedInt16, 2)
/external/llvm-project/lldb/include/lldb/API/
DSBData.h60 int16_t GetSignedInt16(lldb::SBError &error, lldb::offset_t offset);
/external/llvm-project/lldb/test/API/python_api/sbdata/
DTestSBData.py78 low = data.GetSignedInt16(error, offset)
81 high = data.GetSignedInt16(error, offset)
/external/llvm-project/lldb/source/API/
DSBData.cpp263 int16_t SBData::GetSignedInt16(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt16() function in SBData
264 LLDB_RECORD_METHOD(int16_t, SBData, GetSignedInt16, in GetSignedInt16()
685 LLDB_REGISTER_METHOD(int16_t, SBData, GetSignedInt16, in RegisterMethods()