Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackMaps.cpp459 for (const auto &ConstEntry : ConstPool) { in emitConstantPoolEntries() local
460 LLVM_DEBUG(dbgs() << WSMP << ConstEntry.second << '\n'); in emitConstantPoolEntries()
461 OS.EmitIntValue(ConstEntry.second, 8); in emitConstantPoolEntries()
/external/llvm/lib/CodeGen/
DStackMaps.cpp434 for (const auto &ConstEntry : ConstPool) { in emitConstantPoolEntries() local
435 DEBUG(dbgs() << WSMP << ConstEntry.second << '\n'); in emitConstantPoolEntries()
436 OS.EmitIntValue(ConstEntry.second, 8); in emitConstantPoolEntries()