Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DLTO.cpp90 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-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp175 auto onIndexWrite = [&](StringRef s) { thinIndices.erase(s); }; in BitcodeCompiler() local
181 config->thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()
185 onIndexWrite, config->thinLTOEmitIndexFiles, in BitcodeCompiler()