Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimeProfiler.h18 TimeTraceProfiler *getTimeTraceProfilerInstance();
34 return getTimeTraceProfilerInstance() != nullptr; in timeTraceProfilerEnabled()
74 if (getTimeTraceProfilerInstance() != nullptr) in TimeTraceScope()
78 if (getTimeTraceProfilerInstance() != nullptr) in TimeTraceScope()
82 if (getTimeTraceProfilerInstance() != nullptr) in TimeTraceScope()
86 if (getTimeTraceProfilerInstance() != nullptr) in ~TimeTraceScope()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimeProfiler.cpp38 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() { in getTimeTraceProfilerInstance() function in llvm