Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1059 if (!ThinLTO.ModulesToCompile) in addThinLTO()
1060 ThinLTO.ModulesToCompile = ModuleMapType(); in addThinLTO()
1065 ThinLTO.ModulesToCompile->insert({BM.getModuleIdentifier(), BM}); in addThinLTO()
1077 auto ModuleCount = ThinLTO.ModulesToCompile ? ThinLTO.ModulesToCompile->size() in getMaxTasks()
1658 if (ThinLTO.ModulesToCompile && ThinLTO.ModulesToCompile->empty()) { in runThinLTO()
1818 ThinLTO.ModulesToCompile ? *ThinLTO.ModulesToCompile : ThinLTO.ModuleMap; in runThinLTO()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h345 std::optional<ModuleMapType> ModulesToCompile; member