Lines Matching refs:raw_fd_ostream
122 std::unique_ptr<raw_fd_ostream> OS;
132 ThinLTOTaskInfo(std::unique_ptr<raw_fd_ostream> OS, std::string Filename, in ThinLTOTaskInfo()
691 StringRef Name, raw_fd_ostream *ApiFile, in getModuleForFile()
832 raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::F_None); in saveBCFile()
862 raw_fd_ostream *OS;
895 CodeGen(std::unique_ptr<llvm::Module> M, raw_fd_ostream *OS, int TaskID, in CodeGen()
1085 std::list<llvm::raw_fd_ostream> OSs; in runSplitCodeGen()
1095 std::list<llvm::raw_fd_ostream> BCOSs; in runSplitCodeGen()
1142 raw_fd_ostream *ApiFile, StringSet<> &Internalize, in linkInModule()
1181 StringRef Name, raw_fd_ostream *ApiFile, in thinLTOBackendTask()
1183 raw_fd_ostream *OS, unsigned TaskID, in thinLTOBackendTask()
1209 thinLTOBackends(raw_fd_ostream *ApiFile, in thinLTOBackends()
1251 std::unique_ptr<raw_fd_ostream> OS = in thinLTOBackends()
1252 llvm::make_unique<raw_fd_ostream>(FD, true); in thinLTOBackends()
1306 static ld_plugin_status thinLTOLink(raw_fd_ostream *ApiFile) { in thinLTOLink()
1420 raw_fd_ostream OS((Twine(NewModulePath) + ".thinlto.bc").str(), EC, in thinLTOLink()
1448 raw_fd_ostream OS(output_name + ".thinlto.bc", EC, in thinLTOLink()
1464 static ld_plugin_status allSymbolsReadHook(raw_fd_ostream *ApiFile) { in allSymbolsReadHook()
1530 raw_fd_ostream ApiFile("apifile.txt", EC, sys::fs::F_None); in all_symbols_read_hook()