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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h206 /// ShouldEmitIndexFiles being true will write sharded ThinLTO index files
213 bool ShouldEmitIndexFiles = false,
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1421 bool ShouldEmitIndexFiles; member in class:__anon2072::InProcessThinBackend
1429 bool ShouldEmitIndexFiles, bool ShouldEmitImportsFiles)
1433 Cache(std::move(Cache)), ShouldEmitIndexFiles(ShouldEmitIndexFiles) {
1462 if (ShouldEmitIndexFiles) {
1547 bool ShouldEmitIndexFiles,
1555 AddStream, Cache, OnWrite, ShouldEmitIndexFiles,
1424 InProcessThinBackend( const Config &Conf, ModuleSummaryIndex &CombinedIndex, ThreadPoolStrategy ThinLTOParallelism, const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, bool ShouldEmitIndexFiles, bool ShouldEmitImportsFiles) argument
1545 createInProcessThinBackend(ThreadPoolStrategy Parallelism, lto::IndexWriteCallback OnWrite, bool ShouldEmitIndexFiles, bool ShouldEmitImportsFiles) argument

Completed in 122 milliseconds