reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1346 void print(raw_ostream &OS, bool IsForDebug = false) const;
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());