Searched refs:TimeTraceProfiler (Results 1 – 2 of 2) sorted by relevance
41 std::vector<TimeTraceProfiler *> List;52 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;54 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() { in getTimeTraceProfilerInstance()97 struct llvm::TimeTraceProfiler { struct in llvm98 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "") in TimeTraceProfiler() argument182 for (const TimeTraceProfiler *TTP : Instances.List) in write()190 for (const TimeTraceProfiler *TTP : Instances.List) in write()204 for (const TimeTraceProfiler *TTP : Instances.List) in write()255 for (const TimeTraceProfiler *TTP : Instances.List) in write()292 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()
86 struct TimeTraceProfiler;87 TimeTraceProfiler *getTimeTraceProfilerInstance();