Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp1223 bool ShouldEmitIndexFiles; member in __anon5d5e48ed0b11::InProcessThinBackend
1231 bool ShouldEmitIndexFiles, bool ShouldEmitImportsFiles) in InProcessThinBackend() argument
1235 Cache(std::move(Cache)), ShouldEmitIndexFiles(ShouldEmitIndexFiles) { in InProcessThinBackend()
1264 if (ShouldEmitIndexFiles) { in runThinLTOBackendThread()
1349 bool ShouldEmitIndexFiles, in createInProcessThinBackend() argument
1356 Cache, OnWrite, ShouldEmitIndexFiles, ShouldEmitImportsFiles); in createInProcessThinBackend()
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h209 bool ShouldEmitIndexFiles = false,