Searched refs:createOutputFile (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/tools/clang-linker-wrapper/ |
| H A D | ClangLinkerWrapper.cpp | 216 Expected<StringRef> createOutputFile(const Twine &Prefix, StringRef Extension) { in createOutputFile() function 444 auto TempFileOrErr = createOutputFile(sys::path::stem(InputFile), "cubin"); in assemble() 486 createOutputFile(sys::path::filename(ExecutableName) + "-device-" + in link() 530 auto TempFileOrErr = createOutputFile( in fatbinary() 566 createOutputFile(sys::path::filename(ExecutableName) + "-" + in link() 611 auto TempFileOrErr = createOutputFile(sys::path::filename(ExecutableName) + in fatbinary() 678 createOutputFile(sys::path::filename(ExecutableName) + "-" + in link() 919 auto TempFileOrErr = createOutputFile(sys::path::filename(ExecutableName) + in linkBitcodeFiles() 1014 createOutputFile(sys::path::filename(ExecutableName) + "-device-" + in linkBitcodeFiles() 1067 auto TempFileOrErr = createOutputFile( in writeOffloadFile() [all …]
|
| /llvm-project-15.0.7/flang/examples/FlangOmpReport/ |
| H A D | FlangOmpReport.cpp | 63 createOutputFile(/*extension=*/"yaml")}; in executeAction()
|
| /llvm-project-15.0.7/flang/include/flang/Frontend/ |
| H A D | FrontendActions.h | 151 std::unique_ptr<llvm::raw_pwrite_stream> createOutputFile(
|
| /llvm-project-15.0.7/clang/tools/driver/ |
| H A D | cc1_main.cpp | 268 if (auto profilerOutput = Clang->createOutputFile( in cc1_main()
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 713 createOutputFile(StringRef OutputPath, bool Binary, bool RemoveFileOnSignal,
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 783 PluginParseTreeAction::createOutputFile(llvm::StringRef extension = "") { in createOutputFile() function in PluginParseTreeAction
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 817 return createOutputFile(OutputPath, Binary, RemoveFileOnSignal, in createDefaultOutputFile() 827 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile() function in CompilerInstance
|