Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Support/
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()
/external/llvm-project/llvm/lib/Support/
DTimeProfiler.cpp38 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() { in getTimeTraceProfilerInstance() function in llvm