Lines Matching refs:SBError
49 GetFloat (lldb::SBError& error, lldb::offset_t offset);
52 GetDouble (lldb::SBError& error, lldb::offset_t offset);
55 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
58 GetAddress (lldb::SBError& error, lldb::offset_t offset);
61 GetUnsignedInt8 (lldb::SBError& error, lldb::offset_t offset);
64 GetUnsignedInt16 (lldb::SBError& error, lldb::offset_t offset);
67 GetUnsignedInt32 (lldb::SBError& error, lldb::offset_t offset);
70 GetUnsignedInt64 (lldb::SBError& error, lldb::offset_t offset);
73 GetSignedInt8 (lldb::SBError& error, lldb::offset_t offset);
76 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset);
79 GetSignedInt32 (lldb::SBError& error, lldb::offset_t offset);
82 GetSignedInt64 (lldb::SBError& error, lldb::offset_t offset);
85 GetString (lldb::SBError& error, lldb::offset_t offset);
91 ReadRawData (lldb::SBError& error,
97 …SetData (lldb::SBError& error, const void *buf, size_t size, lldb::ByteOrder endian, uint8_t addr_…
100 SetDataWithOwnership (lldb::SBError& error, const void *buf, size_t size,
163 error = SBError()