Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h51 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DLinkingContext.h184 StringRef outputPath() const { return _outputPath; } in outputPath() function
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp484 ctx.setInstallName(ctx.outputPath()); in parse()
1202 lld::errs() << "Failed to run passes on file '" << ctx.outputPath() in link()
1215 lld::errs() << "Failed to write file '" << ctx.outputPath() << "': "; in link()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp895 std::string outputPath(sys::path::filename(filename)); in print() local
897 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_TextWithCRLF); in print()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp634 addOutputFileDependency(outputPath()); in validateImpl()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp221 void openFile(StringRef outputPath);