Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h398 const SymbolResolution *&ResI, const SymbolResolution *ResE);
402 const SymbolResolution *&ResI, const SymbolResolution *ResE);
407 const SymbolResolution *&ResI, const SymbolResolution *ResE);
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp538 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
[all …]