Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1438 bool ShouldEmitIndexFiles; member in __anona29527bd1011::InProcessThinBackend
1446 bool ShouldEmitIndexFiles, bool ShouldEmitImportsFiles) in InProcessThinBackend() argument
1450 Cache(std::move(Cache)), ShouldEmitIndexFiles(ShouldEmitIndexFiles) { in InProcessThinBackend()
1479 if (ShouldEmitIndexFiles) { in runThinLTOBackendThread()
1564 bool ShouldEmitIndexFiles, in createInProcessThinBackend() argument
1572 AddStream, Cache, OnWrite, ShouldEmitIndexFiles, in createInProcessThinBackend()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h215 bool ShouldEmitIndexFiles = false,