Home
last modified time | relevance | path

Searched refs:timeTraceProfilerWrite (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimeProfiler.h40 void timeTraceProfilerWrite(raw_pwrite_stream &OS);
47 Error timeTraceProfilerWrite(StringRef PreferredFileName,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp289 void llvm::timeTraceProfilerWrite(raw_pwrite_stream &OS) { in timeTraceProfilerWrite() function in llvm
295 Error llvm::timeTraceProfilerWrite(StringRef PreferredFileName, in timeTraceProfilerWrite() function in llvm
311 timeTraceProfilerWrite(OS); in timeTraceProfilerWrite()
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp260 llvm::timeTraceProfilerWrite(*profilerOutput); in cc1_main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp477 if (auto E = timeTraceProfilerWrite(TimeTraceFile, OutputFilename)) { in ~TimeTracerRAII()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1484 if (auto E = timeTraceProfilerWrite( in link()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDriver.cpp575 if (auto E = timeTraceProfilerWrite(args.getLastArgValue(OPT_time_trace_file_eq).str(), in linkerMain()