Lines Matching refs:SBError
45 GetFloat (lldb::SBError& error, lldb::offset_t offset);
48 GetDouble (lldb::SBError& error, lldb::offset_t offset);
51 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
54 GetAddress (lldb::SBError& error, lldb::offset_t offset);
57 GetUnsignedInt8 (lldb::SBError& error, lldb::offset_t offset);
60 GetUnsignedInt16 (lldb::SBError& error, lldb::offset_t offset);
63 GetUnsignedInt32 (lldb::SBError& error, lldb::offset_t offset);
66 GetUnsignedInt64 (lldb::SBError& error, lldb::offset_t offset);
69 GetSignedInt8 (lldb::SBError& error, lldb::offset_t offset);
72 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset);
75 GetSignedInt32 (lldb::SBError& error, lldb::offset_t offset);
78 GetSignedInt64 (lldb::SBError& error, lldb::offset_t offset);
81 GetString (lldb::SBError& error, lldb::offset_t offset);
87 ReadRawData (lldb::SBError& error,
93 …SetData (lldb::SBError& error, const void *buf, size_t size, lldb::ByteOrder endian, uint8_t addr_…
152 error = SBError()