Searched refs:ResE (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 550 const SymbolResolution *&ResI, const SymbolResolution *ResE); 554 const SymbolResolution *&ResI, const SymbolResolution *ResE); 559 const SymbolResolution *&ResI, const SymbolResolution *ResE);
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 634 auto *ResE = Res.end(); in addModuleToGlobalRes() local 635 (void)ResE; in addModuleToGlobalRes() 637 assert(ResI != ResE); in addModuleToGlobalRes() 756 const SymbolResolution *ResE) { in addModule() argument 785 addModuleToGlobalRes(ModSyms, {ResI, ResE}, in addModule() 790 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule() 794 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule() 845 const SymbolResolution *ResE) { in addRegularLTO() argument 902 assert(ResI != ResE); in addRegularLTO() 1037 const SymbolResolution *ResE) { in addThinLTO() argument [all …]
|