Searched refs:TimeTraceProfiler (Results 1 – 4 of 4) sorted by relevance
33 static std::vector<TimeTraceProfiler *>36 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;38 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() { in getTimeTraceProfilerInstance()76 struct llvm::TimeTraceProfiler { struct in llvm77 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "") in TimeTraceProfiler() argument159 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()167 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()181 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()232 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()267 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()
16 struct TimeTraceProfiler;17 extern TimeTraceProfiler *TimeTraceProfilerInstance;
17 struct TimeTraceProfiler;18 TimeTraceProfiler *getTimeTraceProfilerInstance();
27 TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;61 struct TimeTraceProfiler { struct62 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "") in TimeTraceProfiler() argument195 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()