Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h754 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 Dllvm-lto.cpp505 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 DPath.cpp173 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 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()
900 static raw_fd_ostream S("-", EC, sys::fs::OF_None); in outs()
928 sys::fs::OF_None), in raw_fd_stream()
H A DMemoryBuffer.cpp281 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 DTarWriter.cpp174 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create()
H A DFileOutputBuffer.cpp102 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
/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/lld/Common/
H A DStrings.cpp74 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/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.cpp177 raw_fd_ostream os(name, ec, sys::fs::OF_None); in writeDefFile()
H A DCallGraphSort.cpp212 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.cpp87 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in WriteOutputFile()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp123 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 DLTOCodeGenerator.cpp220 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 DLLVMRemarkStreamer.cpp113 : sys::fs::OF_None; in setupLLVMOptimizationRemarks()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp487 : sys::fs::OF_None; in main()
498 DwoOut = GetOutputStream(SplitDwarfFile, sys::fs::OF_None); in main()
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp248 raw_fd_ostream os(config->printSymbolOrder, ec, sys::fs::OF_None); in run()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp618 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 Dllc.cpp305 sys::fs::OpenFlags OpenFlags = sys::fs::OF_None; in GetOutputStream()
624 sys::fs::OF_None); in compileModule()

123