Searched refs:TimeTraceProfiler (Results 1 – 2 of 2) sorted by relevance
43 std::vector<TimeTraceProfiler *> List;54 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;56 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() { in getTimeTraceProfilerInstance()107 struct llvm::TimeTraceProfiler { struct in llvm108 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "", in TimeTraceProfiler() argument232 for (const TimeTraceProfiler *TTP : Instances.List) in write()240 for (const TimeTraceProfiler *TTP : Instances.List) in write()254 for (const TimeTraceProfiler *TTP : Instances.List) in write()305 for (const TimeTraceProfiler *TTP : Instances.List) in write()352 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()
95 struct TimeTraceProfiler;96 TimeTraceProfiler *getTimeTraceProfilerInstance();