Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/TableGen/
HDMain.cpp85 ToolOutputFile DepOut(DependFilename, EC, sys::fs::OF_Text); in createDependencyFile()
167 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineCFGPrinter.cpp46 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeMCFGToDotFile()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDFileRemapper.cpp124 llvm::raw_fd_ostream infoOut(infoFile, EC, llvm::sys::fs::OF_Text); in flushToFile()
148 llvm::sys::fs::OF_Text)) in flushToFile()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDDGPrinter.cpp45 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeDDGToDotFile()
HDCFGPrinter.cpp68 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeCFGToDotFile()
HDCallPrinter.cpp232 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in doCallGraphDOTPrinting()
HDModuleSummaryAnalysis.cpp1085 raw_fd_ostream OSDot(ModuleSummaryDotFile, EC, sys::fs::OpenFlags::OF_Text); in buildModuleSummaryIndex()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDGraphWriter.h387 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
HDFileSystem.h758 OF_Text = 1, enumerator
767 OF_TextWithCRLF = OF_Text | OF_CRLF,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
HDTraceHTR.cpp235 llvm::raw_fd_ostream os(outfile, ec, llvm::sys::fs::OF_Text); in Export()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDProgram.inc523 if (!(Flags & fs::OF_Text))
529 if (!(Flags & fs::OF_Text))
HDPath.inc1098 if (Flags & OF_Text) {
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDMemoryBuffer.cpp560 sys::ChangeStdinMode(sys::fs::OF_Text); in getSTDIN()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOBackend.cpp146 raw_fd_ostream OSDot(Path, EC, sys::fs::OpenFlags::OF_Text); in addSaveTemps()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDHTMLDiagnostics.cpp357 llvm::sys::fs::OF_Text)) { in ReportDiag()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDPath.inc1128 assert(Flags & OF_Text && "Flags set OF_CRLF without OF_Text");
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionImport.cpp1452 raw_fd_ostream ImportsOS(OutputFilename, EC, sys::fs::OpenFlags::OF_Text); in EmitImportsFiles()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFVerifier.cpp2042 sys::fs::OF_Text); in summarize()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Passes/
HDStandardInstrumentations.cpp842 sys::fs::FA_Write, sys::fs::OF_Text); in prepareDumpIRFileDescriptor()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp902 Binary ? llvm::sys::fs::OF_None : llvm::sys::fs::OF_Text; in createOutputFileImpl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp1857 llvm::sys::fs::OF_Text); in generateCompilationDiagnostics()
5022 llvm::sys::fs::OF_Text); in BuildJobs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1551 std::make_unique<raw_fd_ostream>(OutputFilename, EC, sys::fs::OF_Text); in emitStackUsage()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp2512 llvm::sys::fs::OF_Text); in DumpCompilationDatabaseFragmentToDir()