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

Declarations

include/llvm/Support/TimeProfiler.h
   16 struct TimeTraceProfiler;

References

include/llvm/Support/TimeProfiler.h
   17 extern TimeTraceProfiler *TimeTraceProfilerInstance;
lib/Support/TimeProfiler.cpp
   27 TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;
  191   TimeTraceProfilerInstance = new TimeTraceProfiler();