Searched refs:OutputFileName (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DObjectFilePCHContainerOperations.h27 const std::string &OutputFileName,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIP.cpp54 const char *OutputFileName; local
56 OutputFileName =
61 OutputFileName = C.addTempFile(C.getArgs().MakeArgString(TmpName));
63 return OutputFileName;
106 auto OutputFileName = getOutputFileName(C, OutputFilePrefix, "-linked", "bc"); local
107 CmdArgs.push_back(OutputFileName);
111 return OutputFileName;
132 auto OutputFileName = local
134 OptArgs.push_back(OutputFileName);
138 return OutputFileName;
201 constructHIPFatbinCommand(Compilation &C, const JobAction &JA, StringRef OutputFileName, const InputInfoList &Inputs, const llvm::opt::ArgList &Args, const Tool& T) argument
[all...]
H A DHIP.h23 StringRef OutputFileName, const InputInfoList &Inputs,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h49 const std::string &OutputFileName,
76 const std::string &OutputFileName,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DPCHContainerOperations.cpp55 const std::string &OutputFileName, std::unique_ptr<llvm::raw_pwrite_stream> OS,
53 CreatePCHContainerGenerator( CompilerInstance &CI, const std::string &MainFileName, const std::string &OutputFileName, std::unique_ptr<llvm::raw_pwrite_stream> OS, std::shared_ptr<PCHBuffer> Buffer) const argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp45 const std::string OutputFileName; member in class:__anon454::PCHContainerGenerator
137 const std::string &OutputFileName,
141 OutputFileName(OutputFileName), Ctx(nullptr),
176 DI->setPCHDescriptor({ModuleName, "", OutputFileName,
321 const std::string &OutputFileName,
325 CI, MainFileName, OutputFileName, std::move(OS), Buffer);
136 PCHContainerGenerator(CompilerInstance &CI, const std::string &MainFileName, const std::string &OutputFileName, std::unique_ptr<raw_pwrite_stream> OS, std::shared_ptr<PCHBuffer> Buffer) argument
319 CreatePCHContainerGenerator( CompilerInstance &CI, const std::string &MainFileName, const std::string &OutputFileName, std::unique_ptr<llvm::raw_pwrite_stream> OS, std::shared_ptr<PCHBuffer> Buffer) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h198 /// temporary files named after the given OutputFileName for each of the LTO
212 Error addSaveTemps(std::string OutputFileName,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp57 Error Config::addSaveTemps(std::string OutputFileName, argument
63 OutputFileName + "resolution.txt", EC, sys::fs::OpenFlags::OF_Text);
79 // named from the provided OutputFileName with the Task ID appended.
81 PathPrefix = OutputFileName;
108 std::string Path = OutputFileName + "index.bc";
117 Path = OutputFileName + "index.dot";
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp711 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile; local
712 if (!OutputFileName.empty() && OutputFileName != "-") {
714 OutFile.reset(new llvm::raw_fd_ostream(OutputFileName.str(), EC,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4611 StringRef OutputFileName = llvm::sys::path::filename(NamedOutput);
4612 llvm::sys::path::append(TempPath, OutputFileName);

Completed in 226 milliseconds