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/ |
D | DOTGraphTraitsPass.h | 102 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/ |
D | CFGPrinter.cpp | 104 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/ |
D | RemarkStreamer.cpp | 163 auto Flags = *Format == remarks::Format::YAML ? sys::fs::OF_Text in setupOptimizationRemarks()
|
D | Core.cpp | 398 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/ |
D | FileCollector.cpp | 182 raw_fd_ostream os(mapping_file, EC, sys::fs::OF_Text); in writeMapping()
|
D | Timer.cpp | 71 OutputFilename, EC, sys::fs::OF_Append | sys::fs::OF_Text); in CreateInfoOutputFile()
|
D | raw_ostream.cpp | 531 if (!(Flags & sys::fs::OF_Text)) in getFD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOBackend.cpp | 63 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/ |
D | SampleProfWriter.cpp | 573 OS.reset(new raw_fd_ostream(Filename, EC, sys::fs::OF_Text)); in create()
|
D | GCOV.cpp | 709 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/ |
D | Program.inc | 447 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/ |
D | Program.inc | 473 llvm::raw_fd_ostream OS(FileName, EC, llvm::sys::fs::OF_Text);
|
D | Path.inc | 1049 if (Flags & OF_Text)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 767 OF_Text = 1, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 851 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/ |
D | DarwinAsmParser.cpp | 782 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/ |
D | WholeProgramDevirt.cpp | 770 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_Text); in runForTesting()
|
D | LowerTypeTests.cpp | 1693 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_Text); in runForTesting()
|