Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp89 auto onIndexWrite = [&](StringRef S) { thinIndices.erase(S); }; in BitcodeCompiler() local
96 config->thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()
100 onIndexWrite, config->thinLTOEmitIndexFiles, in BitcodeCompiler()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp175 auto onIndexWrite = [&](StringRef s) { thinIndices.erase(s); }; in BitcodeCompiler() local
182 ctx.arg.thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()
185 llvm::hardware_concurrency(ctx.arg.thinLTOJobs), onIndexWrite, in BitcodeCompiler()
193 onIndexWrite, ctx.arg.thinLTOEmitIndexFiles, in BitcodeCompiler()