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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h415 // These functions take a range of symbol resolutions [ResI, ResE) and consume
417 // these functions return, [ResI, ResE) will refer to the resolution range for
420 const SymbolResolution *&ResI, const SymbolResolution *ResE);
424 const SymbolResolution *&ResI, const SymbolResolution *ResE);
429 const SymbolResolution *&ResI, const SymbolResolution *ResE);
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp608 auto *ResE = Res.end(); local
609 (void)ResE;
612 assert(ResI != ResE);
717 const SymbolResolution *ResE) {
746 addModuleToGlobalRes(ModSyms, {ResI, ResE},
751 return addThinLTO(BM, ModSyms, ResI, ResE);
755 addRegularLTO(BM, ModSyms, ResI, ResE);
806 const SymbolResolution *ResE) {
863 assert(ResI != ResE);
998 const SymbolResolution *ResE) {
715 addModule(InputFile &Input, unsigned ModI, const SymbolResolution *&ResI, const SymbolResolution *ResE) argument
804 addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, const SymbolResolution *&ResI, const SymbolResolution *ResE) argument
996 addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, const SymbolResolution *&ResI, const SymbolResolution *ResE) argument
[all...]

Completed in 246 milliseconds