Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DTimeProfiler.cpp39 return TimeTraceProfilerInstance; in getTimeTraceProfilerInstance()
264 assert(TimeTraceProfilerInstance == nullptr && in timeTraceProfilerInitialize()
273 delete TimeTraceProfilerInstance; in timeTraceProfilerCleanup()
274 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerCleanup()
286 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerFinishThread()
290 assert(TimeTraceProfilerInstance != nullptr && in timeTraceProfilerWrite()
292 TimeTraceProfilerInstance->write(OS); in timeTraceProfilerWrite()
316 if (TimeTraceProfilerInstance != nullptr) in timeTraceProfilerBegin()
323 if (TimeTraceProfilerInstance != nullptr) in timeTraceProfilerBegin()
328 if (TimeTraceProfilerInstance != nullptr) in timeTraceProfilerEnd()
[all …]