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

Overridden By

lib/IR/DiagnosticPrinter.cpp
   42 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(const char *Str) {

References

lib/IR/DiagnosticInfo.cpp
   68     DP << " at line " << getLocCookie();
   72   DP << getResourceName() << " limit";
   72   DP << getResourceName() << " limit";
   75     DP << " of " << getResourceLimit();
   77   DP << " exceeded (" <<  getResourceSize() << ") in " << getFunction();
   77   DP << " exceeded (" <<  getResourceSize() << ") in " << getFunction();
   81   DP << "ignoring debug info with an invalid version (" << getMetadataVersion()
   82      << ") in " << getModule();
   87   DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier();
   94       DP << ":" << getLineNum();
   95     DP << ": ";
  102     DP << getFileName() << ": ";
  102     DP << getFileName() << ": ";
  226   DP << getLocationStr() << ": " << getMsg();
  228     DP << " (hotness: " << *Hotness << ")";
  228     DP << " (hotness: " << *Hotness << ")";
  343   DP << "Instruction selection used fallback path for " << getFunction();
  381   DP << getLocationStr() << ": " << getMsg();
tools/polly/lib/Analysis/ScopDetection.cpp
  296   DP << "Polly detected an optimizable loop region (scop) in function '" << F
  297      << "'\n";
  300     DP << "Scop location is unknown. Compile with debug info "
  305   DP << FileName << ":" << EntryLine << ": Start of scop\n";
  305   DP << FileName << ":" << EntryLine << ": Start of scop\n";
  306   DP << FileName << ":" << ExitLine << ": End of scop";
  306   DP << FileName << ":" << ExitLine << ": End of scop";