| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 757 OF_None = 0, enumerator 836 OpenFlags Flags = OF_None, 894 OpenFlags Flags = OF_None); 900 OpenFlags Flags = OF_None); 1044 OpenFlags Flags = OF_None, unsigned Mode = 0666) { 1125 OpenFlags Flags = OF_None, 1141 openNativeFileForRead(const Twine &Name, OpenFlags Flags = OF_None,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 451 sys::fs::OpenFlags::OF_None); in createCombinedModuleSummaryIndex() 541 raw_fd_ostream OS(Filename, EC, sys::fs::OpenFlags::OF_None); in writeModuleToFile() 612 raw_fd_ostream OS(OutputFilename, EC, sys::fs::OpenFlags::OF_None); in thinLink() 650 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in distributedIndexes() 833 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in codegen() 879 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in runAll() 1059 std::make_unique<raw_fd_ostream>(PartFilename, EC, sys::fs::OF_None); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Path.cpp | 170 FSEntity Type, sys::fs::OpenFlags Flags = sys::fs::OF_None, in createUniqueEntity() 828 auto EC = createUniqueFile(Model, FD, ResultPath, OF_None, Mode); in createUniqueFile() 839 sys::fs::OpenFlags Flags = sys::fs::OF_None) { in createTemporaryFile() 852 sys::fs::OpenFlags Flags = sys::fs::OF_None) { in createTemporaryFile() 1014 if (std::error_code EC = openFileForRead(From, ReadFD, OF_None)) in copy_file() 1017 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file() 1033 if (std::error_code EC = openFileForRead(From, ReadFD, OF_None)) in copy_file() 1065 if (auto EC = openFileForRead(Path, FD, OF_None)) in md5_contents()
|
| H A D | raw_ostream.cpp | 595 sys::fs::OF_None) {} in raw_fd_ostream() 599 : raw_fd_ostream(Filename, EC, Disp, sys::fs::FA_Write, sys::fs::OF_None) {} in raw_fd_ostream() 604 sys::fs::OF_None) {} in raw_fd_ostream() 887 static raw_fd_ostream S("-", EC, sys::fs::OF_None); in outs() 911 sys::fs::OF_None), in raw_fd_stream()
|
| H A D | MemoryBuffer.cpp | 263 Filename, IsText ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None); in getFileAux() 382 Filename, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile() 530 sys::fs::openNativeFileForRead(Filename, sys::fs::OF_None); in getFileAsStream()
|
| H A D | TarWriter.cpp | 174 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create()
|
| H A D | FileOutputBuffer.cpp | 101 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitWriter.cpp | 22 raw_fd_ostream OS(Path, EC, sys::fs::OF_None); in LLVMWriteBitcodeToFile()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 117 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::OF_None); in addSaveTemps() 139 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::OF_None); in addSaveTemps() 147 raw_fd_ostream OSDot(Path, EC, sys::fs::OpenFlags::OF_None); in addSaveTemps() 401 DwoOut = std::make_unique<ToolOutputFile>(DwoFile, EC, sys::fs::OF_None); in codegen()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/apinotes-test/ |
| H A D | APINotesTest.cpp | 36 llvm::sys::fs::OF_None); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-split/ |
| H A D | llvm-split.cpp | 60 OutputFilename + utostr(I++), EC, sys::fs::OF_None)); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-modextract/ |
| H A D | llvm-modextract.cpp | 57 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cat/ |
| H A D | llvm-cat.cpp | 87 raw_fd_ostream OS(OutputFilename, EC, sys::fs::OpenFlags::OF_None); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
| H A D | ExecutionUtils.cpp | 138 auto TestOut = std::make_unique<ToolOutputFile>("-", EC, sys::fs::OF_None); in createToolOutput()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/ |
| H A D | BrainFDriver.cpp | 129 out = new raw_fd_ostream(OutputFilename, EC, sys::fs::OF_None); in main()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/ |
| H A D | ClangOffloadBundler.cpp | 826 raw_fd_ostream OutputFile(OutputFileNames.front(), EC, sys::fs::OF_None); in BundleFiles() 945 raw_fd_ostream OutputFile(Output->second, EC, sys::fs::OF_None); in UnbundleFiles() 983 raw_fd_ostream OutputFile(E.second, EC, sys::fs::OF_None); in UnbundleFiles() 1003 raw_fd_ostream OutputFile(E.second, EC, sys::fs::OF_None); in UnbundleFiles()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/yaml2obj/ |
| H A D | yaml2obj.cpp | 120 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 924 raw_fd_ostream OS(TaskFilename, EC, sys::fs::OpenFlags::OF_None); in createLTO() 988 sys::fs::OpenFlags::OF_None); in writeEmptyDistributedBuildOutputs() 1001 sys::fs::OpenFlags::OF_None); in writeEmptyDistributedBuildOutputs() 1016 options::thinlto_linked_objects_file, EC, sys::fs::OpenFlags::OF_None); in CreateLinkedObjectsFile()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-as/ |
| H A D | llvm-as.cpp | 85 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in WriteOutputFile()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/ |
| H A D | opt.cpp | 707 OutputAssembly ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None; in main() 716 new ToolOutputFile(ThinLinkBitcodeFile, EC, sys::fs::OF_None)); in main() 893 sys::fs::OF_None); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 463 : sys::fs::OF_None; in main() 474 DwoOut = GetOutputStream(SplitDwarfFile, sys::fs::OF_None); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMRemarkStreamer.cpp | 110 : sys::fs::OF_None; in setupLLVMOptimizationRemarks()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 105 OS.reset(new llvm::raw_fd_ostream(Filename, EC, llvm::sys::fs::OF_None)); in WriteFixedFiles()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-rename/ |
| H A D | ClangRename.cpp | 197 llvm::raw_fd_ostream OS(ExportFixes, EC, llvm::sys::fs::OF_None); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/split-file/ |
| H A D | split-file.cpp | 122 llvm::sys::fs::OF_None); in handle()
|