Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ARCMigrate/
H A DFileRemapper.h50 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp120 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) { in flushToFile() argument
124 std::string infoFile = outputPath; in flushToFile()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DLinkingContext.h185 StringRef outputPath() const { return _outputPath; } in outputPath() function
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp484 ctx.setInstallName(ctx.outputPath()); in parse()
1201 << ctx.outputPath() << "': "; in link()
1214 *errorHandler().ErrorOS << "Failed to write file '" << ctx.outputPath() in link()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp629 addOutputFileDependency(outputPath()); in validateImpl()