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

Declarations

include/llvm/Support/Timer.h
  210   void print(raw_ostream &OS, bool ResetAfterPrint = false);

References

lib/IR/PassTimingInfo.cpp
  116   TG.print(OutStream ? *OutStream : *CreateInfoOutputFile(), true);
  194   TG.print(OutStream ? *OutStream : *CreateInfoOutputFile(), true);
lib/Support/Timer.cpp
  390     TG->print(OS);
tools/clang/tools/extra/clang-tidy/ClangTidyProfiling.cpp
   42   TG->print(OS);