Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBData.i73 GetSignedInt8 (lldb::SBError& error, lldb::offset_t offset);
230 return self._make_helper(self, SBData.GetSignedInt8, 1)
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBData.h62 int8_t GetSignedInt8(lldb::SBError &error, lldb::offset_t offset);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBData.cpp237 int8_t SBData::GetSignedInt8(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt8() function in SBData