Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBData.i61 GetUnsignedInt8 (lldb::SBError& error, lldb::offset_t offset);
218 return self._make_helper(self, SBData.GetUnsignedInt8, 1)
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBData.h54 uint8_t GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBData.cpp177 uint8_t SBData::GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset) { in GetUnsignedInt8() function in SBData