Home
last modified time | relevance | path

Searched refs:ThinLTOModulesToCompile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h178 std::vector<std::string> ThinLTOModulesToCompile; member
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp138 c.ThinLTOModulesToCompile.emplace_back(name); in createConfig()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1099 if (!Conf.ThinLTOModulesToCompile.empty()) { in addThinLTO()
1104 for (const std::string &Name : Conf.ThinLTOModulesToCompile) { in addThinLTO()