Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1363 lto::IndexWriteCallback OnWrite; member in lto::ThinBackendProc
1370 lto::IndexWriteCallback OnWrite, bool ShouldEmitImportsFiles) in ThinBackendProc() argument
1373 OnWrite(OnWrite), ShouldEmitImportsFiles(ShouldEmitImportsFiles) {} in ThinBackendProc()
1431 OnWrite, ShouldEmitImportsFiles), in InProcessThinBackend()
1526 if (OnWrite) in start()
1527 OnWrite(std::string(ModulePath)); in start()
1555 AddStream, Cache, OnWrite, ShouldEmitIndexFiles, in createInProcessThinBackend()
1592 OnWrite, ShouldEmitImportsFiles), in WriteIndexesThinBackend()
1618 if (OnWrite) in start()
1619 OnWrite(std::string(ModulePath)); in start()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h212 IndexWriteCallback OnWrite = nullptr,
236 IndexWriteCallback OnWrite);