Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h420 const SymbolResolution *&ResI, const SymbolResolution *ResE);
424 const SymbolResolution *&ResI, const SymbolResolution *ResE);
429 const SymbolResolution *&ResI, const SymbolResolution *ResE);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp537 auto *ResE = Res.end(); in addModuleToGlobalRes() local
538 (void)ResE; in addModuleToGlobalRes()
540 assert(ResI != ResE); in addModuleToGlobalRes()
636 const SymbolResolution *ResE) { in addModule() argument
652 addModuleToGlobalRes(ModSyms, {ResI, ResE}, in addModule()
657 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule()
661 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule()
712 const SymbolResolution *ResE) { in addRegularLTO() argument
760 assert(ResI != ResE); in addRegularLTO()
890 const SymbolResolution *ResE) { in addThinLTO() argument
[all …]