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.cpp784 auto ModSyms = Input.module_symbols(ModI); in addModule() local
785 addModuleToGlobalRes(ModSyms, {ResI, ResE}, in addModule()
790 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule()
794 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule()