Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimeProfiler.h137 LLVM_ABI void timeTraceProfilerWrite(raw_pwrite_stream &OS);
144 LLVM_ABI Error timeTraceProfilerWrite(StringRef PreferredFileName,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp423 void llvm::timeTraceProfilerWrite(raw_pwrite_stream &OS) { in timeTraceProfilerWrite() function in llvm
429 Error llvm::timeTraceProfilerWrite(StringRef PreferredFileName, in timeTraceProfilerWrite() function in llvm
445 timeTraceProfilerWrite(OS); in timeTraceProfilerWrite()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp329 llvm::timeTraceProfilerWrite(*profilerOutput); in cc1_main()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp306 if (auto E = timeTraceProfilerWrite(TimeTraceFile, OutputFilename)) { in ~TimeTracerRAII()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp374 if (auto E = timeTraceProfilerWrite(TimeTraceFile, OutputFilename)) { in main()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp2247 checkError(timeTraceProfilerWrite( in link()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp2826 checkError(timeTraceProfilerWrite( in linkerMain()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp733 checkError(ctx.e, timeTraceProfilerWrite( in linkerMain()