Searched refs:OnWrite (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 214 IndexWriteCallback OnWrite; variable 224 lto::IndexWriteCallback OnWrite, bool ShouldEmitImportsFiles, in ThinBackendProc() argument 228 OnWrite(OnWrite), ShouldEmitImportsFiles(ShouldEmitImportsFiles), in ThinBackendProc() 309 ThreadPoolStrategy Parallelism, IndexWriteCallback OnWrite = nullptr, 330 ThreadPoolStrategy Parallelism, IndexWriteCallback OnWrite, 355 IndexWriteCallback OnWrite);
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1461 AddStreamFn AddStream, lto::IndexWriteCallback OnWrite, in CGThinBackend() argument 1465 OnWrite, ShouldEmitImportsFiles, ThinLTOParallelism), in CGThinBackend() 1486 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend() argument 1489 AddStream, OnWrite, ShouldEmitIndexFiles, in InProcessThinBackend() 1577 if (OnWrite) in start() 1578 OnWrite(std::string(ModulePath)); in start() 1752 lto::IndexWriteCallback OnWrite, in createInProcessThinBackend() argument 1761 AddStream, Cache, OnWrite, ShouldEmitIndexFiles, in createInProcessThinBackend() 1813 raw_fd_ostream *LinkedObjectsFile, lto::IndexWriteCallback OnWrite) in WriteIndexesThinBackend() argument 1815 OnWrite, ShouldEmitImportsFiles, ThinLTOParallelism), in WriteIndexesThinBackend() [all …]
|