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

Declarations

include/llvm/IR/ModuleSummaryIndex.h
 1346   void print(raw_ostream &OS, bool IsForDebug = false) const;

References

lib/IR/AsmWriter.cpp
 4462 void ModuleSummaryIndex::dump() const { print(dbgs(), /*IsForDebug=*/true); }
tools/llvm-as/llvm-as.cpp
  146       Index->print(errs());
tools/llvm-dis/llvm-dis.cpp
  203       Index->print(Out->os());