Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp55 return TimeTraceProfilerInstance; in getTimeTraceProfilerInstance()
290 assert(TimeTraceProfilerInstance == nullptr && in timeTraceProfilerInitialize()
299 delete TimeTraceProfilerInstance; in timeTraceProfilerCleanup()
300 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerCleanup()
315 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerFinishThread()
319 assert(TimeTraceProfilerInstance != nullptr && in timeTraceProfilerWrite()
321 TimeTraceProfilerInstance->write(OS); in timeTraceProfilerWrite()
345 if (TimeTraceProfilerInstance != nullptr) in timeTraceProfilerBegin()
352 if (TimeTraceProfilerInstance != nullptr) in timeTraceProfilerBegin()
357 if (TimeTraceProfilerInstance != nullptr) in timeTraceProfilerEnd()
[all …]