Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp1259 bool ShouldEmitIndexFiles; member in __anon6dbd98f40c11::InProcessThinBackend
1267 bool ShouldEmitIndexFiles, bool ShouldEmitImportsFiles) in InProcessThinBackend() argument
1271 Cache(std::move(Cache)), ShouldEmitIndexFiles(ShouldEmitIndexFiles) { in InProcessThinBackend()
1300 if (ShouldEmitIndexFiles) { in runThinLTOBackendThread()
1385 bool ShouldEmitIndexFiles, in createInProcessThinBackend() argument
1392 Cache, OnWrite, ShouldEmitIndexFiles, ShouldEmitImportsFiles); in createInProcessThinBackend()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h209 bool ShouldEmitIndexFiles = false,