Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h757 OF_None = 0, enumerator
833 OpenFlags Flags = OF_None,
858 OpenFlags ExtraFlags = OF_None);
892 OpenFlags Flags = OF_None);
898 OpenFlags Flags = OF_None);
1042 OpenFlags Flags = OF_None, unsigned Mode = 0666) {
1123 OpenFlags Flags = OF_None,
1139 openNativeFileForRead(const Twine &Name, OpenFlags Flags = OF_None,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp22 raw_fd_ostream OS(Path, EC, sys::fs::OF_None); in LLVMWriteBitcodeToFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp484 sys::fs::OpenFlags::OF_None); in createCombinedModuleSummaryIndex()
574 raw_fd_ostream OS(Filename, EC, sys::fs::OpenFlags::OF_None); in writeModuleToFile()
647 raw_fd_ostream OS(OutputFilename, EC, sys::fs::OpenFlags::OF_None); in thinLink()
685 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in distributedIndexes()
868 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in codegen()
914 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); in runAll()
1095 std::make_unique<raw_fd_ostream>(PartFilename, EC, sys::fs::OF_None); in main()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBReproducerPrivate.h44 m_ec, llvm::sys::fs::OpenFlags::OF_None), in SBProvider()
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DStrings.cpp86 raw_fd_ostream os(path.str(), ec, sys::fs::OpenFlags::OF_None); in saveBuffer()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp65 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in main()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp150 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile()
270 raw_fd_ostream os(config->printArchiveStats, ec, sys::fs::OF_None); in writeArchiveStats()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A DExecutionUtils.cpp138 auto TestOut = std::make_unique<ToolOutputFile>("-", EC, sys::fs::OF_None); in createToolOutput()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp67 new ToolOutputFile(FilePath, EC, sys::fs::OF_None)); in exportToFile()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.cpp94 raw_fd_ostream os(config->lldmapFile, ec, sys::fs::OF_None); in writeLLDMapFile()
H A DMinGW.cpp165 raw_fd_ostream os(name, ec, sys::fs::OF_None); in writeDefFile()
H A DLTO.cpp48 std::make_unique<raw_fd_ostream>(file, ec, sys::fs::OpenFlags::OF_None); in openFile()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp102 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp85 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); in WriteOutputFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp110 : sys::fs::OF_None; in setupLLVMOptimizationRemarks()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp105 OS.reset(new llvm::raw_fd_ostream(Filename, EC, llvm::sys::fs::OF_None)); in WriteFixedFiles()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp496 : sys::fs::OF_None; in main()
507 DwoOut = GetOutputStream(SplitDwarfFile, sys::fs::OF_None); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp171 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_None); in main()

123