Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp671 auto ModSyms = Input.module_symbols(ModI); in addModule() local
672 addModuleToGlobalRes(ModSyms, {ResI, ResE}, in addModule()
677 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule()
681 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule()