Home
last modified time | relevance | path

Searched refs:TimeTraceProfilerInstance (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimeProfiler.cpp52 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr; variable
55 return TimeTraceProfilerInstance; in getTimeTraceProfilerInstance()
290 assert(TimeTraceProfilerInstance == nullptr && in timeTraceProfilerInitialize()
292 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()
299 delete TimeTraceProfilerInstance; in timeTraceProfilerCleanup()
300 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerCleanup()
314 Instances.List.push_back(TimeTraceProfilerInstance); in timeTraceProfilerFinishThread()
315 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerFinishThread()
319 assert(TimeTraceProfilerInstance != nullptr && in timeTraceProfilerWrite()
321 TimeTraceProfilerInstance->write(OS); in timeTraceProfilerWrite()
[all …]