Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBData.i82 GetSignedInt64 (lldb::SBError& error, lldb::offset_t offset);
239 return self._make_helper(self, SBData.GetSignedInt64, 8)
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBData.h68 int64_t GetSignedInt64(lldb::SBError &error, lldb::offset_t offset);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBData.cpp282 int64_t SBData::GetSignedInt64(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt64() function in SBData