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

References

examples/Fibonacci/fibonacci.cpp
  136   errs() << "We just constructed this LLVM module:\n\n---------\n" << *M;
examples/HowToUseJIT/HowToUseJIT.cpp
  125   outs() << "We just constructed this LLVM module:\n\n" << *M;
lib/Analysis/LoopInfo.cpp
  945     OS << *L.getHeader()->getModule();
lib/IR/IRPrintingPasses.cpp
   57       OS << Banner << " (function: " << F.getName() << ")\n" << *F.getParent();
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2412   LLVM_DEBUG(dbgs() << M);
tools/lli/lli.cpp
  723       outs() << "----- Module Start -----\n" << M << "----- Module End -----\n";
  735       Out << M;
tools/llvm-as/llvm-as.cpp
  144     errs() << "Here's the assembly:\n" << *M.get();
tools/llvm-link/llvm-link.cpp
  381     errs() << "Here's the assembly:\n" << *Composite;