Home
last modified time | relevance | path

Searched refs:KeyAndValue (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DOffloadBinary.cpp211 for (auto &KeyAndValue : OffloadingData.StringData) { in write() local
212 StrTab.add(KeyAndValue.getKey()); in write()
213 StrTab.add(KeyAndValue.getValue()); in write()
251 for (auto &KeyAndValue : OffloadingData.StringData) { in write() local
253 StringEntry Map{Offset + StrTab.getOffset(KeyAndValue.getKey()), in write()
254 Offset + StrTab.getOffset(KeyAndValue.getValue())}; in write()