Home
last modified time | relevance | path

Searched refs:OF_None (Results 1 – 25 of 65) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h757 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 Dllvm-lto.cpp451 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 DPath.cpp170 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 Draw_ostream.cpp595 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 DMemoryBuffer.cpp263 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 DTarWriter.cpp174 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create()
H A DFileOutputBuffer.cpp101 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp22 raw_fd_ostream OS(Path, EC, sys::fs::OF_None); in LLVMWriteBitcodeToFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp117 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 DAPINotesTest.cpp36 llvm::sys::fs::OF_None); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-split/
H A Dllvm-split.cpp60 OutputFilename + utostr(I++), EC, sys::fs::OF_None)); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp57 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp87 raw_fd_ostream OS(OutputFilename, EC, sys::fs::OpenFlags::OF_None); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A DExecutionUtils.cpp138 auto TestOut = std::make_unique<ToolOutputFile>("-", EC, sys::fs::OF_None); in createToolOutput()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainFDriver.cpp129 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 DClangOffloadBundler.cpp826 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 Dyaml2obj.cpp120 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp924 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 Dllvm-as.cpp85 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in WriteOutputFile()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp707 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 Dllvm-mc.cpp463 : 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 DLLVMRemarkStreamer.cpp110 : sys::fs::OF_None; in setupLLVMOptimizationRemarks()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp105 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 DClangRename.cpp197 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 Dsplit-file.cpp122 llvm::sys::fs::OF_None); in handle()

123