Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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.cpp70 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeCFGToDotFile()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h335 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,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc497 if (!(Flags & fs::OF_Text))
503 if (!(Flags & fs::OF_Text))
H A DPath.inc1068 if (Flags & OF_Text) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp522 sys::ChangeStdinMode(sys::fs::OF_Text); in getSTDIN()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp279 Model, FD, ResultPath, llvm::sys::fs::OF_Text)) { in ReportDiag()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1067 assert(Flags & OF_Text && "Flags set OF_CRLF without OF_Text");
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp830 Binary ? llvm::sys::fs::OF_None : llvm::sys::fs::OF_Text); in createOutputFileImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1477 llvm::sys::fs::OF_Text); in generateCompilationDiagnostics()
4129 llvm::sys::fs::OF_Text); in BuildJobs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1215 std::make_unique<raw_fd_ostream>(OutputFilename, EC, sys::fs::OF_Text); in emitStackUsage()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2366 llvm::sys::fs::OF_Text); in DumpCompilationDatabaseFragmentToDir()