Searched refs:ShouldEmitIndexFiles (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1455 bool ShouldEmitIndexFiles; member in __anona29527bd1111::CGThinBackend 1462 bool ShouldEmitIndexFiles, bool ShouldEmitImportsFiles, in CGThinBackend() argument 1467 ShouldEmitIndexFiles(ShouldEmitIndexFiles) { in CGThinBackend() 1487 bool ShouldEmitIndexFiles, bool ShouldEmitImportsFiles) in InProcessThinBackend() argument 1489 AddStream, OnWrite, ShouldEmitIndexFiles, in InProcessThinBackend() 1514 if (ShouldEmitIndexFiles) { in runThinLTOBackendThread() 1630 if (ShouldEmitIndexFiles) { in runThinLTOBackendThread() 1753 bool ShouldEmitIndexFiles, in createInProcessThinBackend() argument 1761 AddStream, Cache, OnWrite, ShouldEmitIndexFiles, in createInProcessThinBackend() 2246 bool ShouldEmitIndexFiles, bool ShouldEmitImportsFiles, in OutOfProcessThinBackend() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 310 bool ShouldEmitIndexFiles = false, bool ShouldEmitImportsFiles = false); 331 bool ShouldEmitIndexFiles, bool ShouldEmitImportsFiles,
|