Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMapRecord.cpp121 for (auto &IndexOperandHash : IndexOperandHashes) { in serialize() local
122 Writer.write<uint32_t>(IndexOperandHash.first.first); in serialize()
123 Writer.write<uint32_t>(IndexOperandHash.first.second); in serialize()
124 Writer.write<stable_hash>(IndexOperandHash.second); in serialize()