Searched refs:IndexWriteCallback (Results 1 – 3 of 3) sorted by relevance
206 using IndexWriteCallback = std::function<void(const std::string &)>; variable208 IndexWriteCallback OnWrite = nullptr,229 IndexWriteCallback OnWrite);
1202 lto::IndexWriteCallback OnWrite;1208 lto::IndexWriteCallback OnWrite, bool ShouldEmitImportsFiles) in ThinBackendProc()1266 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend()1384 lto::IndexWriteCallback OnWrite, in createInProcessThinBackend()1426 raw_fd_ostream *LinkedObjectsFile, lto::IndexWriteCallback OnWrite) in WriteIndexesThinBackend()1463 raw_fd_ostream *LinkedObjectsFile, IndexWriteCallback OnWrite) { in createWriteIndexesThinBackend()
864 static std::unique_ptr<LTO> createLTO(IndexWriteCallback OnIndexWrite, in createLTO()