Home
last modified time | relevance | path

Searched refs:outputPath (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp84 std::string outputPath; // -o path member
134 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()
135 return driver.outputPath; in RelocatableName()
249 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()
258 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()
272 if (!driver.outputPath.empty()) { in Link()
275 argv.push_back(driver.outputPath.data()); in Link()
387 driver.outputPath = args.front(); in main()
/llvm-project-15.0.7/clang/include/clang/ARCMigrate/
H A DFileRemapper.h51 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DFileRemapper.cpp119 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) { in flushToFile() argument
123 std::string infoFile = std::string(outputPath); in flushToFile()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h232 createOutputFileImpl(llvm::StringRef outputPath, bool binary);
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp897 std::string outputPath(sys::path::filename(filename)); in print() local
899 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_TextWithCRLF); in print()
/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp215 void openFile(StringRef outputPath);