Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h102 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in runOnFunction()
165 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFGPrinter.cpp104 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeCFGToDotFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DRemarkStreamer.cpp163 auto Flags = *Format == remarks::Format::YAML ? sys::fs::OF_Text in setupOptimizationRemarks()
DCore.cpp398 raw_fd_ostream dest(Filename, EC, sys::fs::OF_Text); in LLVMPrintModuleToFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCollector.cpp182 raw_fd_ostream os(mapping_file, EC, sys::fs::OF_Text); in writeMapping()
DTimer.cpp71 OutputFilename, EC, sys::fs::OF_Append | sys::fs::OF_Text); in CreateInfoOutputFile()
Draw_ostream.cpp531 if (!(Flags & sys::fs::OF_Text)) in getFD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp63 OutputFileName + "resolution.txt", EC, sys::fs::OpenFlags::OF_Text); in addSaveTemps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfWriter.cpp573 OS.reset(new raw_fd_ostream(Filename, EC, sys::fs::OF_Text)); in create()
DGCOV.cpp709 std::make_unique<raw_fd_ostream>(CoveragePath, EC, sys::fs::OF_Text); in openCoveragePath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProgram.inc447 llvm::raw_fd_ostream OS(FileName, EC, llvm::sys::fs::OpenFlags::OF_Text);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProgram.inc473 llvm::raw_fd_ostream OS(FileName, EC, llvm::sys::fs::OF_Text);
DPath.inc1049 if (Flags & OF_Text)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h767 OF_Text = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp851 raw_fd_ostream OS(GraphFileName, EC, sys::fs::OF_Text); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp782 StringRef(SecureLogFile), EC, sys::fs::OF_Append | sys::fs::OF_Text); in parseDirectiveSecureLogUnique()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp770 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_Text); in runForTesting()
DLowerTypeTests.cpp1693 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_Text); in runForTesting()