Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTimeProfiler.h42 void timeTraceProfilerWrite(raw_pwrite_stream &OS);
49 Error timeTraceProfilerWrite(StringRef PreferredFileName,
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1_main.cpp271 llvm::timeTraceProfilerWrite(*profilerOutput); in cc1_main()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Drtl.cpp75 if (auto E = llvm::timeTraceProfilerWrite(ProfileTraceFile, "-")) in deinit()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp386 if (auto E = timeTraceProfilerWrite(TimeTraceFile, OutputFilename)) { in main()
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp404 if (auto E = timeTraceProfilerWrite(TimeTraceFile, OutputFilename)) { in ~TimeTracerRAII()
/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp1696 checkError(timeTraceProfilerWrite( in link()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp1548 if (Error Err = timeTraceProfilerWrite(Arg->getValue(), ExecutableName)) in main()
/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp597 checkError(timeTraceProfilerWrite( in linkerMain()