Searched refs:outputPath (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h49 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DLinkingContext.h184 StringRef outputPath() const { return _outputPath; } function in class:lld::LinkingContext
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp119 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) { argument
123 std::string infoFile = std::string(outputPath);
/freebsd-13-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp483 ctx.setInstallName(ctx.outputPath());
1201 lld::errs() << "Failed to run passes on file '" << ctx.outputPath()
1214 lld::errs() << "Failed to write file '" << ctx.outputPath() << "': ";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp738 std::string outputPath(sys::path::filename(MainFilename));
740 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_Text);
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp634 addOutputFileDependency(outputPath());
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp218 void openFile(StringRef outputPath);

Completed in 79 milliseconds