Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp1202 lto::IndexWriteCallback OnWrite; member in lto::ThinBackendProc
1208 lto::IndexWriteCallback OnWrite, bool ShouldEmitImportsFiles) in ThinBackendProc() argument
1211 OnWrite(OnWrite), ShouldEmitImportsFiles(ShouldEmitImportsFiles) {} in ThinBackendProc()
1266 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend() argument
1269 OnWrite, ShouldEmitImportsFiles), in InProcessThinBackend()
1364 if (OnWrite) in start()
1365 OnWrite(std::string(ModulePath)); in start()
1384 lto::IndexWriteCallback OnWrite, in createInProcessThinBackend() argument
1392 Cache, OnWrite, ShouldEmitIndexFiles, ShouldEmitImportsFiles); in createInProcessThinBackend()
1426 raw_fd_ostream *LinkedObjectsFile, lto::IndexWriteCallback OnWrite) in WriteIndexesThinBackend() argument
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h208 IndexWriteCallback OnWrite = nullptr,
229 IndexWriteCallback OnWrite);