Home
last modified time | relevance | path

Searched refs:OnWrite (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp1166 lto::IndexWriteCallback OnWrite; member in lto::ThinBackendProc
1175 OnWrite(OnWrite), ShouldEmitImportsFiles(ShouldEmitImportsFiles) {} in ThinBackendProc()
1233 OnWrite, ShouldEmitImportsFiles), in InProcessThinBackend()
1328 if (OnWrite) in start()
1329 OnWrite(std::string(ModulePath)); in start()
1356 Cache, OnWrite, ShouldEmitIndexFiles, ShouldEmitImportsFiles); in createInProcessThinBackend()
1392 OnWrite, ShouldEmitImportsFiles), in WriteIndexesThinBackend()
1412 if (OnWrite) in start()
1413 OnWrite(std::string(ModulePath)); in start()
1427 raw_fd_ostream *LinkedObjectsFile, IndexWriteCallback OnWrite) { in createWriteIndexesThinBackend() argument
[all …]
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h208 IndexWriteCallback OnWrite = nullptr,
229 IndexWriteCallback OnWrite);