Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp974 if (!ThinLTO.ModulesToCompile) in addThinLTO()
975 ThinLTO.ModulesToCompile = ModuleMapType(); in addThinLTO()
980 ThinLTO.ModulesToCompile->insert({BM.getModuleIdentifier(), BM}); in addThinLTO()
992 auto ModuleCount = ThinLTO.ModulesToCompile ? ThinLTO.ModulesToCompile->size() in getMaxTasks()
1484 if (ThinLTO.ModulesToCompile && ThinLTO.ModulesToCompile->empty()) { in runThinLTO()
1609 ThinLTO.ModulesToCompile ? *ThinLTO.ModulesToCompile : ThinLTO.ModuleMap; in runThinLTO()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h325 std::optional<ModuleMapType> ModulesToCompile; member