Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackMaps.cpp634 for (const auto &ConstEntry : ConstPool) { in emitConstantPoolEntries() local
635 LLVM_DEBUG(dbgs() << WSMP << ConstEntry.second << '\n'); in emitConstantPoolEntries()
636 OS.emitIntValue(ConstEntry.second, 8); in emitConstantPoolEntries()