Home
last modified time | relevance | path

Searched refs:OF_Text (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/TableGen/
DMain.cpp75 ToolOutputFile DepOut(DependFilename, EC, sys::fs::OF_Text); in createDependencyFile()
149 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineCFGPrinter.cpp46 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeMCFGToDotFile()
/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/
DTestRunner.cpp66 : sys::fs::OF_Text); in writeOutput()
DReducerWorkItem.cpp444 UseBitcode && !isMIR() ? sys::fs::OF_None : sys::fs::OF_Text); in isReduced()
/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DFileRemapper.cpp124 llvm::raw_fd_ostream infoOut(infoFile, EC, llvm::sys::fs::OF_Text); in flushToFile()
148 llvm::sys::fs::OF_Text)) in flushToFile()
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndexer.cpp177 llvm::sys::fs::OF_Text))
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Dobj2yaml.cpp111 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_Text)); in main()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DDDGPrinter.cpp45 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeDDGToDotFile()
DCallPrinter.cpp231 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in doCallGraphDOTPrinting()
DCFGPrinter.cpp70 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeCFGToDotFile()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DGraphWriter.h387 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
DFileSystem.h761 OF_Text = 1, enumerator
770 OF_TextWithCRLF = OF_Text | OF_CRLF,
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DProgram.inc507 if (!(Flags & fs::OF_Text))
513 if (!(Flags & fs::OF_Text))
DPath.inc1093 if (Flags & OF_Text) {
/openbsd/src/gnu/llvm/llvm/lib/Support/
DMemoryBuffer.cpp540 sys::ChangeStdinMode(sys::fs::OF_Text); in getSTDIN()
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DDwarfLinkerForBinary.cpp257 : sys::fs::OF_Text); in emitRemarks()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp347 llvm::sys::fs::OF_Text)) { in ReportDiag()
/openbsd/src/gnu/llvm/llvm/lib/Support/Windows/
DPath.inc1080 assert(Flags & OF_Text && "Flags set OF_CRLF without OF_Text");
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DCompilerInstance.cpp897 Binary ? llvm::sys::fs::OF_None : llvm::sys::fs::OF_Text); in createOutputFileImpl()
/openbsd/src/gnu/llvm/clang/lib/Driver/
DDriver.cpp1764 llvm::sys::fs::OF_Text); in generateCompilationDiagnostics()
4787 llvm::sys::fs::OF_Text); in BuildJobs()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1447 std::make_unique<raw_fd_ostream>(OutputFilename, EC, sys::fs::OF_Text); in emitStackUsage()
/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DClang.cpp2413 llvm::sys::fs::OF_Text); in DumpCompilationDatabaseFragmentToDir()