Searched refs:WSMP (Results 1 – 2 of 2) sorted by relevance
46 const char *StackMaps::WSMP = "Stack Maps: "; member in StackMaps177 OS << WSMP << "callsites:\n"; in print()182 OS << WSMP << "callsite " << CSI.ID << "\n"; in print()183 OS << WSMP << " has " << CSLocs.size() << " locations\n"; in print()187 OS << WSMP << "\t\tLoc " << Idx << ": "; in print()229 OS << WSMP << "\thas " << LiveOuts.size() << " live-out registers\n"; in print()233 OS << WSMP << "\t\tLO " << Idx << ": "; in print()421 LLVM_DEBUG(dbgs() << WSMP << "#functions = " << FnInfos.size() << '\n'); in emitStackmapHeader()424 LLVM_DEBUG(dbgs() << WSMP << "#constants = " << ConstPool.size() << '\n'); in emitStackmapHeader()427 LLVM_DEBUG(dbgs() << WSMP << "#callsites = " << CSInfos.size() << '\n'); in emitStackmapHeader()[all …]
292 static const char *WSMP;