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.h175 LLVM_ABI void timeTraceProfilerEnd();
176 LLVM_ABI void timeTraceProfilerEnd(TimeTraceProfilerEntry *E);
201 timeTraceProfilerEnd(Entry); in ~TimeTraceScope()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp491 void llvm::timeTraceProfilerEnd() { in timeTraceProfilerEnd() function in llvm
496 void llvm::timeTraceProfilerEnd(TimeTraceProfilerEntry *E) { in timeTraceProfilerEnd() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp960 llvm::timeTraceProfilerEnd(); in run()
1113 llvm::timeTraceProfilerEnd(); in run()
H A DLTO.cpp1895 llvm::timeTraceProfilerEnd(); in runThinLTO()
2045 llvm::timeTraceProfilerEnd(); in runThinLTO()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1647 timeTraceProfilerEnd(); in createPDB()
H A DDriver.cpp2824 timeTraceProfilerEnd(); in linkerMain()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1591 void TimeProfilingPassesHandler::runAfterPass() { timeTraceProfilerEnd(); } in runAfterPass()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp216 llvm::timeTraceProfilerEnd(ProfilerStack.pop_back_val()); in FileChanged()