Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp759 auto ModSyms = Input.module_symbols(ModI); in addModule() local
760 addModuleToGlobalRes(ModSyms, {ResI, ResE}, in addModule()
765 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule()
769 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule()