Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp34 void arcmt::writeARCDiagsToPlist(const std::string &outPath, in writeARCDiagsToPlist() argument
59 llvm::raw_fd_ostream o(outPath, EC, llvm::sys::fs::OF_TextWithCRLF); in writeARCDiagsToPlist()
61 llvm::errs() << "error: could not create file: " << outPath << '\n'; in writeARCDiagsToPlist()
H A DInternals.h45 void writeARCDiagsToPlist(const std::string &outPath,
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp1299 llvm::Error writeFile(const lld::File &file, StringRef outPath) override { in writeFile() argument
1302 llvm::raw_fd_ostream out(outPath, ec, llvm::sys::fs::OF_TextWithCRLF); in writeFile()