Files
revng-revng/include/revng
Pietro Fezzardi 4c2602e956 RawBinaryView: add getStrByAddress method
This method is similar to `getByAddress`, but it returns an
`llvm::StringRef`.

It is intended for those users that need to manipulate the bytes as
strings. In those cases, the `llvm::ArrayRef<uint8_t>` returned by
`getByAddress` is not suitable, because it triggers warnings due to
`uint8_t` not being the same as `char`.
2023-04-04 09:30:09 +02:00
..
2023-03-15 10:19:01 +01:00
2022-04-15 18:25:08 +02:00
2023-03-22 17:50:02 +01:00
2023-03-22 17:50:02 +01:00
2023-03-22 17:50:02 +01:00
2022-11-15 14:15:20 +01:00
2022-10-20 14:20:12 +02:00
2023-02-23 14:51:10 +01:00
2022-12-09 18:09:39 +01:00
2023-02-23 14:51:10 +01:00