Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimeProfiler.h110 LLVM_ABI TimeTraceProfiler *getTimeTraceProfilerInstance();
131 return getTimeTraceProfilerInstance() != nullptr; in timeTraceProfilerEnabled()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp57 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() { in getTimeTraceProfilerInstance() function in llvm
387 return getTimeTraceProfilerInstance() && in isTimeTraceVerbose()
388 getTimeTraceProfilerInstance()->TimeTraceVerbose; in isTimeTraceVerbose()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1642 if (getTimeTraceProfilerInstance() != nullptr) in createPDB()
1646 if (getTimeTraceProfilerInstance() != nullptr) in createPDB()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1569 if (!getTimeTraceProfilerInstance()) in registerCallbacks()