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

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h48 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;
445 sys::fs::OpenFlags Flags);
448 sys::fs::OpenFlags Flags);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DToolOutputFile.cpp37 sys::fs::OpenFlags Flags)
H A DCodeGenCoverage.cpp104 sys::fs::OpenFlags OpenFlags = sys::fs::OF_Append; local
106 std::make_unique<ToolOutputFile>(CoverageFilename, EC, OpenFlags);
H A Draw_ostream.cpp521 sys::fs::OpenFlags Flags) {
561 sys::fs::OpenFlags Flags)
568 sys::fs::OpenFlags Flags)
H A DPath.cpp171 sys::fs::OpenFlags Flags = sys::fs::OF_None) {
798 unsigned Mode, OpenFlags Flags) {
/freebsd-12-stable/contrib/llvm-project/lld/Common/
H A DStrings.cpp77 raw_fd_ostream os(path.str(), ec, sys::fs::OpenFlags::OF_None);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBReproducerPrivate.h43 m_ec, llvm::sys::fs::OpenFlags::OF_None),
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp81 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.cpp460 raw_fd_ostream OS(GraphDiffOutput, EC, sys::fs::OpenFlags::OF_Text);
H A Dxray-graph.cpp502 raw_fd_ostream OS(GraphOutput, EC, sys::fs::OpenFlags::OF_Text);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp63 OutputFileName + "resolution.txt", EC, sys::fs::OpenFlags::OF_Text);
88 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::OF_None);
110 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::OF_None);
118 raw_fd_ostream OSDot(Path, EC, sys::fs::OpenFlags::OF_None);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp243 sys::fs::OpenFlags OpenFlags = sys::fs::OF_None; local
245 OpenFlags |= sys::fs::OF_Text;
246 auto FDOut = std::make_unique<ToolOutputFile>(OutputFilename, EC, OpenFlags);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp423 sys::fs::OpenFlags::OF_None);
513 raw_fd_ostream OS(Filename, EC, sys::fs::OpenFlags::OF_None);
584 raw_fd_ostream OS(OutputFilename, EC, sys::fs::OpenFlags::OF_None);
622 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None);
805 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None);
851 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None);
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DLTO.cpp49 std::make_unique<raw_fd_ostream>(file, ec, sys::fs::OpenFlags::OF_None);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp154 sys::fs::OpenFlags::OF_Text);
H A DReproducer.cpp201 sys::fs::OpenFlags::OF_None);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp213 sys::fs::OpenFlags Flags) {
418 sys::fs::OpenFlags Flags = (FileType == OFT_AssemblyFile) ? sys::fs::OF_Text
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DLTO.cpp53 std::make_unique<raw_fd_ostream>(file, ec, sys::fs::OpenFlags::OF_None);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc447 llvm::raw_fd_ostream OS(FileName, EC, llvm::sys::fs::OpenFlags::OF_Text);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1044 OpenFlags Flags) {
1064 static DWORD nativeDisposition(CreationDisposition Disp, OpenFlags Flags) {
1089 static DWORD nativeAccess(FileAccess Access, OpenFlags Flags) {
1136 FileAccess Access, OpenFlags Flags,
1178 OpenFlags Flags, unsigned int Mode) {
1200 OpenFlags Flags,
1206 Expected<file_t> openNativeFileForRead(const Twine &Name, OpenFlags Flags,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp819 raw_fd_ostream OSDot(ModuleSummaryDotFile, EC, sys::fs::OpenFlags::OF_None);

Completed in 204 milliseconds

12