Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimeProfiler.h156 void timeTraceProfilerEnd();
157 void timeTraceProfilerEnd(TimeTraceProfilerEntry *E);
190 timeTraceProfilerEnd(Entry); in ~TimeTraceScope()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp437 void llvm::timeTraceProfilerEnd() { in timeTraceProfilerEnd() function in llvm
442 void llvm::timeTraceProfilerEnd(TimeTraceProfilerEntry *E) { in timeTraceProfilerEnd() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp971 llvm::timeTraceProfilerEnd(); in run()
1128 llvm::timeTraceProfilerEnd(); in run()
H A DLTO.cpp1685 llvm::timeTraceProfilerEnd(); in runThinLTO()
1841 llvm::timeTraceProfilerEnd(); in runThinLTO()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1639 timeTraceProfilerEnd(); in createPDB()
H A DDriver.cpp2658 timeTraceProfilerEnd(); in linkerMain()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1594 void TimeProfilingPassesHandler::runAfterPass() { timeTraceProfilerEnd(); } in runAfterPass()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp195 llvm::timeTraceProfilerEnd(ProfilerStack.pop_back_val()); in FileChanged()