Searched refs:timeTraceProfilerWrite (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimeProfiler.h40 void timeTraceProfilerWrite(raw_pwrite_stream &OS);
47 Error timeTraceProfilerWrite(StringRef PreferredFileName,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp289 void llvm::timeTraceProfilerWrite(raw_pwrite_stream &OS) { function in class:llvm
295 Error llvm::timeTraceProfilerWrite(StringRef PreferredFileName, function in class:llvm
311 timeTraceProfilerWrite(OS);
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp258 llvm::timeTraceProfilerWrite(*profilerOutput);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp522 if (auto E = timeTraceProfilerWrite(TimeTraceFile, OutputFilename)) {
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp556 if (auto E = timeTraceProfilerWrite(args.getLastArgValue(OPT_time_trace_file_eq).str(),

Completed in 129 milliseconds