Searched refs:writeFile (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | WriterMachO.cpp | 30 llvm::Error writeFile(const lld::File &file, StringRef path) override { in writeFile() function in lld::mach_o::MachOWriter 40 if (auto ec = yamlWriter->writeFile(file, "-")) in writeFile()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/Core/ |
| H A D | LinkingContext.cpp | 26 llvm::Error LinkingContext::writeFile(const File &linkedFile) const { in writeFile() function in lld::LinkingContext 27 return this->writer().writeFile(linkedFile, _outputPath); in writeFile()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/ |
| H A D | Writer.h | 30 virtual llvm::Error writeFile(const File &linkedFile, StringRef path) = 0;
|
| H A D | LinkingContext.h | 202 virtual llvm::Error writeFile(const File &linkedFile) const;
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 335 static int writeFile(const char *OutputName) { in writeFile() function 440 int rc = writeFile(Filename); in writeProfileWithFileObject() 1121 rc = writeFile(Filename); in __llvm_profile_write_file()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/Driver/ |
| H A D | DarwinLdDriver.cpp | 1212 if (auto ec = ctx.writeFile(*merged)) { in link()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 1299 llvm::Error writeFile(const lld::File &file, StringRef outPath) override { in writeFile() function in lld::yaml::Writer
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | shell.c | 2515 static int writeFile( in writeFile() function 2655 res = writeFile(context, zFile, argv[1], mode, mtime); in writefileFunc() 2658 res = writeFile(context, zFile, argv[1], mode, mtime); in writefileFunc()
|