Home
last modified time | relevance | path

Searched refs:writeFile (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DWriterMachO.cpp30 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 DLinkingContext.cpp26 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 DWriter.h30 virtual llvm::Error writeFile(const File &linkedFile, StringRef path) = 0;
H A DLinkingContext.h202 virtual llvm::Error writeFile(const File &linkedFile) const;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c335 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 DDarwinLdDriver.cpp1212 if (auto ec = ctx.writeFile(*merged)) { in link()
/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() function in lld::yaml::Writer
/freebsd-13.1/contrib/sqlite3/
H A Dshell.c2515 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()