Searched refs:writeFile (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | WriterMachO.cpp | 31 llvm::Error writeFile(const lld::File &file, StringRef path) override { in writeFile() function in lld::mach_o::MachOWriter 41 if (auto ec = yamlWriter->writeFile(file, "-")) in writeFile()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/Core/ |
| H A D | LinkingContext.cpp | 27 llvm::Error LinkingContext::writeFile(const File &linkedFile) const { in writeFile() function in lld::LinkingContext 28 return this->writer().writeFile(linkedFile, _outputPath); in writeFile()
|
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/ |
| H A D | Writer.h | 31 virtual llvm::Error writeFile(const File &linkedFile, StringRef path) = 0;
|
| H A D | LinkingContext.h | 203 virtual llvm::Error writeFile(const File &linkedFile) const;
|
| /freebsd-12.1/sys/contrib/zstd/contrib/pzstd/ |
| H A D | Pzstd.cpp | 88 bytesWritten = writeFile(state, outs, outputFd, options.decompress); in handleOneInput() 95 bytesWritten = writeFile(state, outs, outputFd, options.decompress); in handleOneInput() 576 std::uint64_t writeFile( in writeFile() function
|
| H A D | Pzstd.h | 145 std::uint64_t writeFile(
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 240 static int writeFile(const char *OutputName) { in writeFile() function 629 rc = writeFile(Filename); in __llvm_profile_write_file()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/ |
| H A D | DarwinLdDriver.cpp | 1211 if (auto ec = ctx.writeFile(*merged)) { in link()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 1300 llvm::Error writeFile(const lld::File &file, StringRef outPath) override { in writeFile() function in lld::yaml::Writer
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 2444 static int writeFile( in writeFile() function 2584 res = writeFile(context, zFile, argv[1], mode, mtime); in writefileFunc() 2587 res = writeFile(context, zFile, argv[1], mode, mtime); in writefileFunc()
|