Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp105 auto OnIndexWrite = [&](StringRef S) { thinIndices.erase(S); }; in BitcodeCompiler() local
109 config->thinLTOEmitImportsFiles, indexFile.get(), OnIndexWrite); in BitcodeCompiler()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp878 static std::unique_ptr<LTO> createLTO(IndexWriteCallback OnIndexWrite, in createLTO() argument
911 LinkedObjectsFile, OnIndexWrite); in createLTO()