Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp54 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr; variable
57 return TimeTraceProfilerInstance; in getTimeTraceProfilerInstance()
350 assert(TimeTraceProfilerInstance == nullptr && in timeTraceProfilerInitialize()
352 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()
360 delete TimeTraceProfilerInstance; in timeTraceProfilerCleanup()
361 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerCleanup()
375 Instances.List.push_back(TimeTraceProfilerInstance); in timeTraceProfilerFinishThread()
376 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerFinishThread()
380 assert(TimeTraceProfilerInstance != nullptr && in timeTraceProfilerWrite()
382 TimeTraceProfilerInstance->write(OS); in timeTraceProfilerWrite()
[all …]