Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp177 auto onIndexWrite = [&](StringRef s) { thinIndices.erase(s); }; in BitcodeCompiler() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp101 auto onIndexWrite = [&](StringRef S) { thinIndices.erase(S); }; BitcodeCompiler() local