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