/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 754 OF_None = 0, enumerator 831 OpenFlags Flags = OF_None, 856 OpenFlags ExtraFlags = OF_None); 895 OpenFlags Flags = OF_None); 901 OpenFlags Flags = OF_None); 1064 OpenFlags Flags = OF_None, unsigned Mode = 0666) { 1145 OpenFlags Flags = OF_None, 1161 openNativeFileForRead(const Twine &Name, OpenFlags Flags = OF_None,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 505 sys::fs::OpenFlags::OF_None); in createCombinedModuleSummaryIndex() 594 raw_fd_ostream OS(Filename, EC, sys::fs::OpenFlags::OF_None); in writeModuleToFile() 666 raw_fd_ostream OS(OutputFilename, EC, sys::fs::OpenFlags::OF_None); in thinLink() 705 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in distributedIndexes() 888 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in codegen() 934 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in runAll() 1132 std::make_unique<raw_fd_ostream>(PartFilename, EC, sys::fs::OF_None); in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Path.cpp | 173 FSEntity Type, sys::fs::OpenFlags Flags = sys::fs::OF_None, in createUniqueEntity() 834 auto EC = createUniqueFile(Model, FD, ResultPath, OF_None, Mode); in createUniqueFile() 845 sys::fs::OpenFlags Flags = sys::fs::OF_None) { in createTemporaryFile() 858 sys::fs::OpenFlags Flags = sys::fs::OF_None) { in createTemporaryFile() 1019 if (std::error_code EC = openFileForRead(From, ReadFD, OF_None)) in copy_file() 1022 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file() 1038 if (std::error_code EC = openFileForRead(From, ReadFD, OF_None)) in copy_file() 1070 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() 900 static raw_fd_ostream S("-", EC, sys::fs::OF_None); in outs() 928 sys::fs::OF_None), in raw_fd_stream()
|
H A D | MemoryBuffer.cpp | 281 Filename, IsText ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None); in getFileAux() 417 Filename, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile() 568 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 | 102 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitWriter.cpp | 22 raw_fd_ostream OS(Path, EC, sys::fs::OF_None); in LLVMWriteBitcodeToFile()
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | Strings.cpp | 74 raw_fd_ostream os(path.str(), ec, sys::fs::OpenFlags::OF_None); in saveBuffer()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-modextract/ |
H A D | llvm-modextract.cpp | 67 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in main()
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | ExecutionUtils.cpp |
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-sim/ |
H A D | llvm-sim.cpp | 67 new ToolOutputFile(FilePath, EC, sys::fs::OF_None)); in exportToFile()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Diagnostics.cpp | 106 llvm::raw_fd_ostream stream(log_file.GetPath(), ec, llvm::sys::fs::OF_None); in DumpDiangosticsLog()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | LLDMapFile.cpp | 98 raw_fd_ostream os(ctx.config.lldmapFile, ec, sys::fs::OF_None); in writeLLDMapFile()
|
H A D | MinGW.cpp | 177 raw_fd_ostream os(name, ec, sys::fs::OF_None); in writeDefFile()
|
H A D | CallGraphSort.cpp | 212 raw_fd_ostream os(ctx.config.printSymbolOrder, ec, sys::fs::OF_None); in run()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | llvm-debuginfo-analyzer.cpp | 107 ToolOutputFile OutputFile(OutputFilename, EC, sys::fs::OF_None); in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-as/ |
H A D | llvm-as.cpp | 87 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in WriteOutputFile()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 123 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::OF_None); in addSaveTemps() 138 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::OF_None); in addSaveTemps() 396 DwoOut = std::make_unique<ToolOutputFile>(DwoFile, EC, sys::fs::OF_None); in codegen()
|
H A D | LTOCodeGenerator.cpp | 220 ToolOutputFile Out(Path, EC, sys::fs::OF_None); in writeMergedModules() 621 raw_fd_ostream OS(SaveIRBeforeOptPath, EC, sys::fs::OF_None); in optimize()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMRemarkStreamer.cpp | 113 : sys::fs::OF_None; in setupLLVMOptimizationRemarks()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 487 : sys::fs::OF_None; in main() 498 DwoOut = GetOutputStream(SplitDwarfFile, sys::fs::OF_None); in main()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | CallGraphSort.cpp | 248 raw_fd_ostream os(config->printSymbolOrder, ec, sys::fs::OF_None); in run()
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | optdriver.cpp | 618 OutputAssembly ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None; in optMain() 627 new ToolOutputFile(ThinLinkBitcodeFile, EC, sys::fs::OF_None)); in optMain()
|
/freebsd/contrib/llvm-project/llvm/tools/llc/ |
H A D | llc.cpp | 305 sys::fs::OpenFlags OpenFlags = sys::fs::OF_None; in GetOutputStream() 624 sys::fs::OF_None); in compileModule()
|