Searched refs:ConstEntry (Results 1 – 1 of 1) sorted by relevance
622 for (const auto &ConstEntry : ConstPool) { in emitConstantPoolEntries() local623 LLVM_DEBUG(dbgs() << WSMP << ConstEntry.second << '\n'); in emitConstantPoolEntries()624 OS.emitIntValue(ConstEntry.second, 8); in emitConstantPoolEntries()