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

/netbsd-current/external/apache2/llvm/dist/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.cpp42 sys::fs::OpenFlags Flags)
H A DPath.cpp170 FSEntity Type, sys::fs::OpenFlags Flags = sys::fs::OF_None,
819 OpenFlags Flags, unsigned Mode) {
839 sys::fs::OpenFlags Flags = sys::fs::OF_None) {
852 sys::fs::OpenFlags Flags = sys::fs::OF_None) {
861 sys::fs::OpenFlags Flags) {
868 sys::fs::OpenFlags Flags) {
H A Draw_ostream.cpp569 sys::fs::OpenFlags Flags) {
607 sys::fs::OpenFlags Flags)
614 sys::fs::OpenFlags Flags)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DToolOutputFile.h54 sys::fs::OpenFlags Flags);
H A DFileSystem.h756 enum OpenFlags : unsigned {
836 OpenFlags Flags = OF_None,
894 OpenFlags Flags = OF_None);
900 OpenFlags Flags = OF_None);
927 inline OpenFlags operator|(OpenFlags A, OpenFlags B) {
928 return OpenFlags(unsigned(A) | unsigned(B));
931 inline OpenFlags &operator|=(OpenFlags
[all...]
H A DProgram.h84 std::error_code ChangeStdinMode(fs::OpenFlags Flags);
85 std::error_code ChangeStdoutMode(fs::OpenFlags Flags);
H A Draw_ostream.h40 enum OpenFlags : unsigned;
487 sys::fs::OpenFlags Flags);
490 sys::fs::OpenFlags Flags);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp87 raw_fd_ostream OS(OutputFilename, EC, sys::fs::OpenFlags::OF_None);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-extract.cpp86 raw_fd_ostream OS(ExtractOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF);
H A Dxray-converter.cpp383 ? sys::fs::OpenFlags::OF_None
384 : sys::fs::OpenFlags::OF_TextWithCRLF);
H A Dxray-graph.cpp526 raw_fd_ostream OS(GraphOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF);
H A Dxray-account.cpp462 raw_fd_ostream OS(AccountOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF);
H A Dxray-graph-diff.cpp459 raw_fd_ostream OS(GraphDiffOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp277 sys::fs::OpenFlags OpenFlags = sys::fs::OF_None; local
279 OpenFlags |= sys::fs::OF_TextWithCRLF;
280 auto FDOut = std::make_unique<ToolOutputFile>(OutputFilename, EC, OpenFlags);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp451 sys::fs::OpenFlags::OF_None);
541 raw_fd_ostream OS(Filename, EC, sys::fs::OpenFlags::OF_None);
612 raw_fd_ostream OS(OutputFilename, EC, sys::fs::OpenFlags::OF_None);
650 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None);
833 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None);
879 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp90 sys::fs::OpenFlags::OF_TextWithCRLF);
117 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::OF_None);
139 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::OF_None);
147 raw_fd_ostream OSDot(Path, EC, sys::fs::OpenFlags::OF_None);
H A DLTO.cpp1362 sys::fs::OpenFlags::OF_None);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp924 raw_fd_ostream OS(TaskFilename, EC, sys::fs::OpenFlags::OF_None);
988 sys::fs::OpenFlags::OF_None);
1001 sys::fs::OpenFlags::OF_None);
1016 options::thinlto_linked_objects_file, EC, sys::fs::OpenFlags::OF_None);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp223 sys::fs::OpenFlags Flags) {
461 sys::fs::OpenFlags Flags = (FileType == OFT_AssemblyFile)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DProgram.inc496 std::error_code llvm::sys::ChangeStdinMode(fs::OpenFlags Flags){
502 std::error_code llvm::sys::ChangeStdoutMode(fs::OpenFlags Flags){
522 llvm::raw_fd_ostream OS(FileName, EC, llvm::sys::fs::OpenFlags::OF_TextWithCRLF);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp828 raw_fd_ostream OSDot(ModuleSummaryDotFile, EC, sys::fs::OpenFlags::OF_None);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp706 sys::fs::OpenFlags Flags =
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1066 OpenFlags Flags) {
1088 static DWORD nativeDisposition(CreationDisposition Disp, OpenFlags Flags) {
1113 static DWORD nativeAccess(FileAccess Access, OpenFlags Flags) {
1160 FileAccess Access, OpenFlags Flags,
1202 OpenFlags Flags, unsigned int Mode) {
1224 OpenFlags Flags,
1230 Expected<file_t> openNativeFileForRead(const Twine &Name, OpenFlags Flags,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp996 raw_fd_ostream ImportsOS(OutputFilename, EC, sys::fs::OpenFlags::OF_None);

Completed in 505 milliseconds