Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DMain.cpp73 ToolOutputFile DepOut(DependFilename, EC, sys::fs::OF_Text); in createDependencyFile()
147 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexer.cpp167 llvm::sys::fs::OF_Text))
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDDGPrinter.cpp45 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeDDGToDotFile()
H A DCallPrinter.cpp277 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in runOnModule()
H A DCFGPrinter.cpp66 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeCFGToDotFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGraphWriter.h335 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
H A DFileSystem.h762 OF_Text = 1, enumerator
772 OF_TextWithCRLF = OF_Text | OF_CRLF,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DProgram.inc497 if (!(Flags & fs::OF_Text))
503 if (!(Flags & fs::OF_Text))
H A DPath.inc1062 if (Flags & OF_Text) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DMemoryBuffer.cpp522 sys::ChangeStdinMode(sys::fs::OF_Text); in getSTDIN()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp258 : sys::fs::OF_Text); in emitRemarks()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp279 Model, FD, ResultPath, llvm::sys::fs::OF_Text)) { in ReportDiag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp827 Binary ? llvm::sys::fs::OF_None : llvm::sys::fs::OF_Text); in createOutputFileImpl()
836 : llvm::sys::fs::OF_Text); in createOutputFileImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1072 assert(Flags & OF_Text && "Flags set OF_CRLF without OF_Text");
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1485 llvm::sys::fs::OF_Text); in generateCompilationDiagnostics()
4112 llvm::sys::fs::OF_Text); in BuildJobs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1201 std::make_unique<raw_fd_ostream>(OutputFilename, EC, sys::fs::OF_Text); in emitStackUsage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2359 llvm::sys::fs::OF_Text); in DumpCompilationDatabaseFragmentToDir()