Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DLTO.h375 const SymbolResolution *&ResI, const SymbolResolution *ResE);
379 const SymbolResolution *&ResI, const SymbolResolution *ResE);
384 const SymbolResolution *&ResI, const SymbolResolution *ResE);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp425 auto *ResE = Res.end(); in addModuleToGlobalRes() local
426 (void)ResE; in addModuleToGlobalRes()
428 assert(ResI != ResE); in addModuleToGlobalRes()
519 const SymbolResolution *ResE) { in addModule() argument
526 addModuleToGlobalRes(ModSyms, {ResI, ResE}, in addModule()
531 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule()
534 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule()
585 const SymbolResolution *ResE) { in addRegularLTO() argument
632 assert(ResI != ResE); in addRegularLTO()
724 const SymbolResolution *ResE) { in addThinLTO() argument
[all …]