Home
last modified time | relevance | path

Searched refs:IndexWriteCallback (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h206 using IndexWriteCallback = std::function<void(const std::string &)>; variable
208 IndexWriteCallback OnWrite = nullptr,
229 IndexWriteCallback OnWrite);
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp1202 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()
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp864 static std::unique_ptr<LTO> createLTO(IndexWriteCallback OnIndexWrite, in createLTO()