mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
4c2602e956
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`.