reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/StackMaps.h
  289   static const char *WSMP;

References

lib/CodeGen/StackMaps.cpp
  177   OS << WSMP << "callsites:\n";
  182     OS << WSMP << "callsite " << CSI.ID << "\n";
  183     OS << WSMP << "  has " << CSLocs.size() << " locations\n";
  187       OS << WSMP << "\t\tLoc " << Idx << ": ";
  229     OS << WSMP << "\thas " << LiveOuts.size() << " live-out registers\n";
  233       OS << WSMP << "\t\tLO " << Idx << ": ";
  421   LLVM_DEBUG(dbgs() << WSMP << "#functions = " << FnInfos.size() << '\n');
  424   LLVM_DEBUG(dbgs() << WSMP << "#constants = " << ConstPool.size() << '\n');
  427   LLVM_DEBUG(dbgs() << WSMP << "#callsites = " << CSInfos.size() << '\n');
  440   LLVM_DEBUG(dbgs() << WSMP << "functions:\n");
  442     LLVM_DEBUG(dbgs() << WSMP << "function addr: " << FR.first
  456   LLVM_DEBUG(dbgs() << WSMP << "constants:\n");
  458     LLVM_DEBUG(dbgs() << WSMP << ConstEntry.second << '\n');
  549   (void)WSMP;