diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2022-06-14 14:33:32 -0400 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2022-06-15 12:24:26 -0400 |
commit | 601ec17d547bf2dc03565b541bae8ec069fbd22b (patch) | |
tree | e1f21b8e95a414f92c488adc795191b1039e000d /llvm/lib/Object/MachOObjectFile.cpp | |
parent | 0c2edf27a22efb648b36343d49a5dbe72903b549 (diff) | |
download | llvm-601ec17d547bf2dc03565b541bae8ec069fbd22b.zip llvm-601ec17d547bf2dc03565b541bae8ec069fbd22b.tar.gz llvm-601ec17d547bf2dc03565b541bae8ec069fbd22b.tar.bz2 |
[Binary] Add iterator to the OffloadBinary string maps
The offload binary contains internally a string map of all the key and
value pairs identified in the binary itself. Normally users query these
values from the `getString` function, but this makes it difficult to
identify which strings are availible. This patch adds a simple const
iterator range to the offload binary allowing users to iterate through
the strings.
Reviewed By: tra
Differential Revision: https://reviews.llvm.org/D127774
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions