Searched refs:TimeTraceProfiler (Results 1 – 2 of 2) sorted by relevance
44 std::vector<TimeTraceProfiler *> List;55 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;57 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() { in getTimeTraceProfilerInstance()127 struct llvm::TimeTraceProfiler { struct in llvm128 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "", in TimeTraceProfiler() function276 for (const TimeTraceProfiler *TTP : Instances.List) in write()284 for (const TimeTraceProfiler *TTP : Instances.List) in write()298 for (const TimeTraceProfiler *TTP : Instances.List) in write()349 for (const TimeTraceProfiler *TTP : Instances.List) in write()396 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()
109 struct TimeTraceProfiler;110 LLVM_ABI TimeTraceProfiler *getTimeTraceProfilerInstance();