Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp651 auto ModSyms = Input.module_symbols(ModI); in addModule() local
652 addModuleToGlobalRes(ModSyms, {ResI, ResE}, in addModule()
657 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule()
661 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule()