Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A 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/
H A DMachineCFGPrinter.cpp46 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeMCFGToDotFile()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DTestRunner.cpp66 : sys::fs::OF_Text); in writeOutput()
H A DReducerWorkItem.cpp444 UseBitcode && !isMIR() ? sys::fs::OF_None : sys::fs::OF_Text); in isReduced()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A 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/
H A DCIndexer.cpp177 llvm::sys::fs::OF_Text))
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp111 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_Text)); in main()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp74 llvm::raw_fd_ostream JsonOut(JsonOutputPath, EC, llvm::sys::fs::OF_Text); in main()
H A DASTSrcLocProcessor.cpp125 llvm::raw_fd_ostream JsonOut(JsonPath, EC, llvm::sys::fs::OF_Text); in WriteJSON()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDDGPrinter.cpp45 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeDDGToDotFile()
H A DCallPrinter.cpp231 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in doCallGraphDOTPrinting()
H A DCFGPrinter.cpp70 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeCFGToDotFile()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGraphWriter.h387 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
H A DFileSystem.h761 OF_Text = 1, enumerator
770 OF_TextWithCRLF = OF_Text | OF_CRLF,
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DProgram.inc507 if (!(Flags & fs::OF_Text))
513 if (!(Flags & fs::OF_Text))
H A DPath.inc1093 if (Flags & OF_Text) {
/openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp235 llvm::raw_fd_ostream os(outfile, ec, llvm::sys::fs::OF_Text); in Export()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DMemoryBuffer.cpp540 sys::ChangeStdinMode(sys::fs::OF_Text); in getSTDIN()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp257 : sys::fs::OF_Text); in emitRemarks()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp347 llvm::sys::fs::OF_Text)) { in ReportDiag()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc1080 assert(Flags & OF_Text && "Flags set OF_CRLF without OF_Text");
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp897 Binary ? llvm::sys::fs::OF_None : llvm::sys::fs::OF_Text); in createOutputFileImpl()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A 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/
H A DAsmPrinter.cpp1447 std::make_unique<raw_fd_ostream>(OutputFilename, EC, sys::fs::OF_Text); in emitStackUsage()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp2413 llvm::sys::fs::OF_Text); in DumpCompilationDatabaseFragmentToDir()