HomeSort by: relevance | last modified time | path
    Searched defs:OutputFileName (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
AMDGPUOpenMP.cpp 34 const char *OutputFileName;
36 OutputFileName =
41 OutputFileName = C.addTempFile(C.getArgs().MakeArgString(TmpName));
43 return OutputFileName;
97 const char *OutputFileName =
99 CmdArgs.push_back(OutputFileName);
104 InputInfo(&JA, Args.MakeArgString(OutputFileName))));
105 return OutputFileName;
Gnu.cpp 368 auto OutputFileName = Output.getFilename();
369 if (Output.isFilename() && llvm::sys::fs::exists(OutputFileName)) {
370 if (std::error_code EC = llvm::sys::fs::remove(OutputFileName)) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 45 const std::string OutputFileName;
137 const std::string &OutputFileName,
141 OutputFileName(OutputFileName), Ctx(nullptr),
177 {ModuleName, "", OutputFileName, ASTFileSignature::createDISentinel()});
321 const std::string &OutputFileName,
325 CI, MainFileName, OutputFileName, std::move(OS), Buffer);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 722 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile;
723 if (!OutputFileName.empty() && OutputFileName != "-") {
725 OutFile.reset(new llvm::raw_fd_ostream(OutputFileName.str(), EC,

Completed in 29 milliseconds