Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1421 bool ShouldEmitIndexFiles; member in __anonad319db30e11::InProcessThinBackend
1429 bool ShouldEmitIndexFiles, bool ShouldEmitImportsFiles) in InProcessThinBackend() argument
1433 Cache(std::move(Cache)), ShouldEmitIndexFiles(ShouldEmitIndexFiles) { in InProcessThinBackend()
1462 if (ShouldEmitIndexFiles) { in runThinLTOBackendThread()
1547 bool ShouldEmitIndexFiles, in createInProcessThinBackend() argument
1555 AddStream, Cache, OnWrite, ShouldEmitIndexFiles, in createInProcessThinBackend()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h213 bool ShouldEmitIndexFiles = false,