Lines Matching refs:ResE
538 auto *ResE = Res.end(); in addModuleToGlobalRes() local
539 (void)ResE; in addModuleToGlobalRes()
542 assert(ResI != ResE); in addModuleToGlobalRes()
637 const SymbolResolution *ResE) { in addModule() argument
653 addModuleToGlobalRes(ModSyms, {ResI, ResE}, in addModule()
658 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule()
662 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule()
713 const SymbolResolution *ResE) { in addRegularLTO() argument
761 assert(ResI != ResE); in addRegularLTO()
895 const SymbolResolution *ResE) { in addThinLTO() argument
902 assert(ResI != ResE); in addThinLTO()