Searched refs:OpenFlags (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp91 sys::fs::OpenFlags OpenFlags = sys::fs::OF_Append; local
93 std::make_unique<ToolOutputFile>(CoverageFilename, EC, OpenFlags);
H A DToolOutputFile.cpp41 sys::fs::OpenFlags Flags)
H A Draw_ostream.cpp571 sys::fs::OpenFlags Flags) {
611 sys::fs::OpenFlags Flags)
618 sys::fs::OpenFlags Flags)
H A DPath.cpp171 sys::fs::OpenFlags Flags = sys::fs::OF_None) {
813 unsigned Mode, OpenFlags Flags) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h53 sys::fs::OpenFlags Flags);
H A DFileSystem.h761 enum OpenFlags : unsigned {
917 inline OpenFlags operator|(OpenFlags A, OpenFlags B) {
918 return OpenFlags(unsigned(A) | unsigned(B));
921 inline OpenFlags &operator|=(OpenFlags &A, OpenFlags B) {
953 OpenFlags Flags, unsigned Mode = 0666);
970 FileAccess Access, OpenFlags Flag
[all...]
H A Draw_ostream.h37 enum OpenFlags : unsigned;
455 sys::fs::OpenFlags Flags);
458 sys::fs::OpenFlags Flags);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBReproducerPrivate.h43 m_ec, llvm::sys::fs::OpenFlags::OF_None),
/freebsd-13-stable/contrib/llvm-project/lld/Common/
H A DStrings.cpp88 raw_fd_ostream os(path.str(), ec, sys::fs::OpenFlags::OF_None);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp86 raw_fd_ostream OS(ExtractOutput, EC, sys::fs::OpenFlags::OF_Text);
H A Dxray-converter.cpp385 ? sys::fs::OpenFlags::OF_None
386 : sys::fs::OpenFlags::OF_Text);
H A Dxray-account.cpp417 raw_fd_ostream OS(AccountOutput, EC, sys::fs::OpenFlags::OF_Text);
H A Dxray-graph-diff.cpp462 raw_fd_ostream OS(GraphDiffOutput, EC, sys::fs::OpenFlags::OF_Text);
H A Dxray-graph.cpp527 raw_fd_ostream OS(GraphOutput, EC, sys::fs::OpenFlags::OF_Text);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp65 OutputFileName + "resolution.txt", EC, sys::fs::OpenFlags::OF_Text);
92 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::OF_None);
114 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::OF_None);
122 raw_fd_ostream OSDot(Path, EC, sys::fs::OpenFlags::OF_None);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp246 sys::fs::OpenFlags OpenFlags = sys::fs::OF_None; local
248 OpenFlags |= sys::fs::OF_Text;
249 auto FDOut = std::make_unique<ToolOutputFile>(OutputFilename, EC, OpenFlags);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp453 sys::fs::OpenFlags::OF_None);
543 raw_fd_ostream OS(Filename, EC, sys::fs::OpenFlags::OF_None);
614 raw_fd_ostream OS(OutputFilename, EC, sys::fs::OpenFlags::OF_None);
652 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None);
835 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None);
881 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp154 sys::fs::OpenFlags::OF_Text);
H A DReproducer.cpp220 sys::fs::OpenFlags::OF_None);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DLTO.cpp48 std::make_unique<raw_fd_ostream>(file, ec, sys::fs::OpenFlags::OF_None);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp215 sys::fs::OpenFlags Flags) {
445 sys::fs::OpenFlags Flags = (FileType == OFT_AssemblyFile) ? sys::fs::OF_Text
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLTO.cpp52 std::make_unique<raw_fd_ostream>(file, ec, sys::fs::OpenFlags::OF_None);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc503 llvm::raw_fd_ostream OS(FileName, EC, llvm::sys::fs::OpenFlags::OF_Text);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp682 sys::fs::OpenFlags Flags = OutputAssembly ? sys::fs::OF_Text
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp831 raw_fd_ostream OSDot(ModuleSummaryDotFile, EC, sys::fs::OpenFlags::OF_None);

Completed in 136 milliseconds

12