Home
last modified time | relevance | path

Searched refs:createOutputFile (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp216 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 DFlangOmpReport.cpp63 createOutputFile(/*extension=*/"yaml")}; in executeAction()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendActions.h151 std::unique_ptr<llvm::raw_pwrite_stream> createOutputFile(
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1_main.cpp268 if (auto profilerOutput = Clang->createOutputFile( in cc1_main()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h713 createOutputFile(StringRef OutputPath, bool Binary, bool RemoveFileOnSignal,
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp783 PluginParseTreeAction::createOutputFile(llvm::StringRef extension = "") { in createOutputFile() function in PluginParseTreeAction
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp817 return createOutputFile(OutputPath, Binary, RemoveFileOnSignal, in createDefaultOutputFile()
827 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile() function in CompilerInstance