Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp745 auto ModSyms = Input.module_symbols(ModI); in addModule() local
746 addModuleToGlobalRes(ModSyms, {ResI, ResE}, in addModule()
751 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule()
755 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule()