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

/external/lldb/include/lldb/API/
H A DSBData.h79 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset);
/external/lldb/test/python_api/sbdata/
H A DTestSBData.py86 low = data.GetSignedInt16(error, offset)
89 high = data.GetSignedInt16(error, offset)
/external/lldb/scripts/Python/interface/
H A DSBData.i72 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset);
222 return self._make_helper(self, SBData.GetSignedInt16, 2)
/external/lldb/source/API/
H A DSBData.cpp352 SBData::GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset) function in class:SBData
368 log->Printf ("SBData::GetSignedInt16 (error=%p,offset=%" PRIu64 ") => "

Completed in 84 milliseconds