Searched refs:TimeTraceProfilerInstance (Results 1 – 1 of 1) sorted by relevance
55 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr; variable58 return TimeTraceProfilerInstance; in getTimeTraceProfilerInstance()394 assert(TimeTraceProfilerInstance == nullptr && in timeTraceProfilerInitialize()396 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()404 delete TimeTraceProfilerInstance; in timeTraceProfilerCleanup()405 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerCleanup()419 Instances.List.push_back(TimeTraceProfilerInstance); in timeTraceProfilerFinishThread()420 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerFinishThread()424 assert(TimeTraceProfilerInstance != nullptr && in timeTraceProfilerWrite()426 TimeTraceProfilerInstance->write(OS); in timeTraceProfilerWrite()[all …]