Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h758 OF_None = 0, enumerator
836 OpenFlags Flags = OF_None,
861 OpenFlags ExtraFlags = OF_None);
900 OpenFlags Flags = OF_None);
907 OpenFlags Flags = OF_None);
1074 OpenFlags Flags = OF_None, unsigned Mode = 0666) {
1155 openFileForRead(const Twine &Name, int &ResultFD, OpenFlags Flags = OF_None,
1171 openNativeFileForRead(const Twine &Name, OpenFlags Flags = OF_None,
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp559 sys::fs::OpenFlags::OF_None); in createCombinedModuleSummaryIndex()
648 raw_fd_ostream OS(Filename, EC, sys::fs::OpenFlags::OF_None); in writeModuleToFile()
720 raw_fd_ostream OS(OutputFilename, EC, sys::fs::OpenFlags::OF_None); in thinLink()
759 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in distributedIndexes()
942 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in codegen()
988 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in runAll()
1168 std::make_unique<raw_fd_ostream>(PartFilename, EC, sys::fs::OF_None); in main()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp22 raw_fd_ostream OS(Path, EC, sys::fs::OF_None); in LLVMWriteBitcodeToFile()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp172 FSEntity Type, sys::fs::OpenFlags Flags = sys::fs::OF_None, in createUniqueEntity()
833 auto EC = createUniqueFile(Model, FD, ResultPath, OF_None, Mode); in createUniqueFile()
844 sys::fs::OpenFlags Flags = sys::fs::OF_None) { in createTemporaryFile()
857 sys::fs::OpenFlags Flags = sys::fs::OF_None) { in createTemporaryFile()
1018 if (std::error_code EC = openFileForRead(From, ReadFD, OF_None)) in copy_file()
1021 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
1037 if (std::error_code EC = openFileForRead(From, ReadFD, OF_None)) in copy_file()
1069 if (auto EC = openFileForRead(Path, FD, OF_None)) in md5_contents()
H A Draw_ostream.cpp593 sys::fs::OF_None) {} in raw_fd_ostream()
597 : raw_fd_ostream(Filename, EC, Disp, sys::fs::FA_Write, sys::fs::OF_None) {} in raw_fd_ostream()
602 sys::fs::OF_None) {} in raw_fd_ostream()
903 static raw_fd_ostream S("-", EC, sys::fs::OF_None); in outs()
932 sys::fs::OF_None), in raw_fd_stream()
H A DMemoryBuffer.cpp278 Filename, IsText ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None); in getFileAux()
419 Filename, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile()
583 sys::fs::openNativeFileForRead(Filename, sys::fs::OF_None); in getFileAsStream()
H A DTarWriter.cpp174 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create()
/freebsd/contrib/llvm-project/lld/Common/
H A DStrings.cpp77 raw_fd_ostream os(path.str(), ec, sys::fs::OpenFlags::OF_None); in saveBuffer()
/freebsd/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp67 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilHelpers.cpp54 : sys::fs::OF_None); in getOutputFileForRemarks()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DExecutionUtils.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp67 new ToolOutputFile(FilePath, EC, sys::fs::OF_None)); in exportToFile()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp106 llvm::raw_fd_ostream stream(log_file.GetPath(), ec, llvm::sys::fs::OF_None); in DumpDiangosticsLog()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.cpp98 raw_fd_ostream os(ctx.config.lldmapFile, ec, sys::fs::OF_None); in writeLLDMapFile()
H A DMinGW.cpp187 raw_fd_ostream os(name, ec, sys::fs::OF_None); in writeDefFile()
H A DCallGraphSort.cpp211 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 Dllvm-debuginfo-analyzer.cpp107 ToolOutputFile OutputFile(OutputFilename, EC, sys::fs::OF_None); in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp84 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in WriteOutputFile()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLoadLinkableFile.cpp48 sys::fs::openNativeFileForRead(Path, sys::fs::OF_None); in loadLinkableFile()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp122 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::OF_None); in addSaveTemps()
137 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::OF_None); in addSaveTemps()
427 DwoOut = std::make_unique<ToolOutputFile>(DwoFile, EC, sys::fs::OF_None); in codegen()
H A DLTOCodeGenerator.cpp207 ToolOutputFile Out(Path, EC, sys::fs::OF_None); in writeMergedModules()
608 raw_fd_ostream OS(SaveIRBeforeOptPath, EC, sys::fs::OF_None); in optimize()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp113 : sys::fs::OF_None; in setupLLVMOptimizationRemarks()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp106 OS.reset(new llvm::raw_fd_ostream(Filename, EC, llvm::sys::fs::OF_None)); in WriteFixedFiles()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp506 : sys::fs::OF_None; in main()
517 DwoOut = GetOutputStream(SplitDwarfFile, sys::fs::OF_None); in main()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp612 OutputAssembly ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None; in optMain()
621 new ToolOutputFile(ThinLinkBitcodeFile, EC, sys::fs::OF_None)); in optMain()

123