[lldb][NFCI] Avoid construction of temporary std::strings in RegisterValue
authorAlex Langford <alangford@apple.com>
Tue, 11 Jul 2023 23:45:32 +0000 (16:45 -0700)
committerAlex Langford <alangford@apple.com>
Mon, 17 Jul 2023 19:53:34 +0000 (12:53 -0700)
commit1b29a848ffa2d2c108de9e64de1d271e10db25f0
tree9fdca503f5bf7569e9c0d4aefa29f98c4b735a5e
parentf0a955d3fa54d2b8600e646bbfb6bf3217a18d0c
[lldb][NFCI] Avoid construction of temporary std::strings in RegisterValue

Differential Revision: https://reviews.llvm.org/D155030
lldb/source/Utility/RegisterValue.cpp