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

References

tools/llvm-dwarfdump/Statistics.cpp
  460   OS << ",\"" << Key << " with 0% of its scope covered\":"
  462   LLVM_DEBUG(llvm::dbgs() << Key << " with 0% of its scope covered: "
  464   OS << ",\"" << Key << " with 1-9% of its scope covered\":"
  466   LLVM_DEBUG(llvm::dbgs() << Key << " with 1-9% of its scope covered: "
  469     OS << ",\"" << Key << " with " << (i - 1) * 10 << "-" << i * 10 - 1
  472                << Key << " with " << (i - 1) * 10 << "-" << i * 10 - 1
  475   OS << ",\"" << Key << " with 100% of its scope covered\":"
  477   LLVM_DEBUG(llvm::dbgs() << Key << " with 100% of its scope covered: "