Searched refs:ResE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 422 const SymbolResolution *&ResI, const SymbolResolution *ResE); 426 const SymbolResolution *&ResI, const SymbolResolution *ResE); 431 const SymbolResolution *&ResI, const SymbolResolution *ResE);
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 622 auto *ResE = Res.end(); in addModuleToGlobalRes() local 623 (void)ResE; in addModuleToGlobalRes() 626 assert(ResI != ResE); in addModuleToGlobalRes() 731 const SymbolResolution *ResE) { in addModule() argument 760 addModuleToGlobalRes(ModSyms, {ResI, ResE}, in addModule() 765 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule() 769 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule() 820 const SymbolResolution *ResE) { in addRegularLTO() argument 877 assert(ResI != ResE); in addRegularLTO() 1012 const SymbolResolution *ResE) { in addThinLTO() argument [all …]
|