Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp85 ToolOutputFile DepOut(DependFilename, EC, sys::fs::OF_Text); in createDependencyFile()
167 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCFGPrinter.cpp46 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeMCFGToDotFile()
/src/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()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DDDGPrinter.cpp45 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeDDGToDotFile()
H A DCFGPrinter.cpp68 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeCFGToDotFile()
H A DCallPrinter.cpp232 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in doCallGraphDOTPrinting()
H A DModuleSummaryAnalysis.cpp1085 raw_fd_ostream OSDot(ModuleSummaryDotFile, EC, sys::fs::OpenFlags::OF_Text); in buildModuleSummaryIndex()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h387 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
H A DFileSystem.h758 OF_Text = 1, enumerator
767 OF_TextWithCRLF = OF_Text | OF_CRLF,
/src/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp235 llvm::raw_fd_ostream os(outfile, ec, llvm::sys::fs::OF_Text); in Export()
/src/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc523 if (!(Flags & fs::OF_Text))
529 if (!(Flags & fs::OF_Text))
H A DPath.inc1098 if (Flags & OF_Text) {
/src/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp560 sys::ChangeStdinMode(sys::fs::OF_Text); in getSTDIN()
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp146 raw_fd_ostream OSDot(Path, EC, sys::fs::OpenFlags::OF_Text); in addSaveTemps()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp357 llvm::sys::fs::OF_Text)) { in ReportDiag()
/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1128 assert(Flags & OF_Text && "Flags set OF_CRLF without OF_Text");
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1452 raw_fd_ostream ImportsOS(OutputFilename, EC, sys::fs::OpenFlags::OF_Text); in EmitImportsFiles()
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp2042 sys::fs::OF_Text); in summarize()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp902 Binary ? llvm::sys::fs::OF_None : llvm::sys::fs::OF_Text; in createOutputFileImpl()
/src/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp842 sys::fs::FA_Write, sys::fs::OF_Text); in prepareDumpIRFileDescriptor()
/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1857 llvm::sys::fs::OF_Text); in generateCompilationDiagnostics()
5022 llvm::sys::fs::OF_Text); in BuildJobs()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1551 std::make_unique<raw_fd_ostream>(OutputFilename, EC, sys::fs::OF_Text); in emitStackUsage()
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2512 llvm::sys::fs::OF_Text); in DumpCompilationDatabaseFragmentToDir()