| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Main.cpp | 95 ToolOutputFile DepOut(DependFilename, EC, sys::fs::OF_Text); in createDependencyFile() 180 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCFGPrinter.cpp | 46 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeMCFGToDotFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DDGPrinter.cpp | 45 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeDDGToDotFile()
|
| H A D | CFGPrinter.cpp | 69 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeCFGToDotFile()
|
| H A D | CallPrinter.cpp | 232 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in doCallGraphDOTPrinting()
|
| H A D | ModuleSummaryAnalysis.cpp | 1135 raw_fd_ostream OSDot(ModuleSummaryDotFile, EC, sys::fs::OpenFlags::OF_Text); in buildModuleSummaryIndex()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | EntryPointStats.cpp | 177 llvm::raw_fd_ostream File(FileName, EC, llvm::sys::fs::OF_Text); in dumpStatsAsCSV()
|
| H A D | HTMLDiagnostics.cpp | 355 llvm::sys::fs::OF_Text)) { in ReportDiag()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GraphWriter.h | 389 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
|
| H A D | FileSystem.h | 762 OF_Text = 1, enumerator 771 OF_TextWithCRLF = OF_Text | OF_CRLF,
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Program.inc | 506 if (!(Flags & fs::OF_Text)) 512 if (!(Flags & fs::OF_Text))
|
| H A D | Path.inc | 1099 if (Flags & OF_Text) {
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/ |
| H A D | TraceHTR.cpp | 235 llvm::raw_fd_ostream os(outfile, ec, llvm::sys::fs::OF_Text); in Export()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 976 FileOS.emplace(OutputFileName, EC, llvm::sys::fs::OF_Text); in clang_scan_deps_main() 1063 EC, llvm::sys::fs::OF_Text) in clang_scan_deps_main()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | MemoryBuffer.cpp | 575 sys::ChangeStdinMode(sys::fs::OF_Text); in getSTDIN()
|
| H A D | VirtualFileSystem.cpp | 340 return openFileForReadWithFlags(Name, sys::fs::OF_Text); in openFileForRead()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 145 raw_fd_ostream OSDot(Path, EC, sys::fs::OpenFlags::OF_Text); in addSaveTemps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1130 assert(Flags & OF_Text && "Flags set OF_CRLF without OF_Text");
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1606 raw_fd_ostream ImportsOS(OutputFilename, EC, sys::fs::OpenFlags::OF_Text); in EmitImportsFiles()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 111 llvm::sys::fs::OF_Text); in executeToolChainProgram()
|
| H A D | Driver.cpp | 2157 llvm::sys::fs::OF_Text); in generateCompilationDiagnostics() 5368 llvm::sys::fs::OF_Text); in BuildJobs()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 2295 sys::fs::OF_Text); in summarize()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 899 Binary ? llvm::sys::fs::OF_None : llvm::sys::fs::OF_Text; in createOutputFileImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 842 sys::fs::FA_Write, sys::fs::OF_Text); in prepareDumpIRFileDescriptor()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1638 std::make_unique<raw_fd_ostream>(OutputFilename, EC, sys::fs::OF_Text); in emitStackUsage()
|