Searched refs:TimeTraceProfiler (Results 1 – 2 of 2) sorted by relevance
33 static ManagedStatic<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() argument158 for (const TimeTraceProfiler *TTP : *ThreadTimeTraceProfilerInstances) in write()166 for (const TimeTraceProfiler *TTP : *ThreadTimeTraceProfilerInstances) in write()180 for (const TimeTraceProfiler *TTP : *ThreadTimeTraceProfilerInstances) in write()231 for (const TimeTraceProfiler *TTP : *ThreadTimeTraceProfilerInstances) in write()266 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()
19 struct TimeTraceProfiler;20 TimeTraceProfiler *getTimeTraceProfilerInstance();