Searched refs:scheduleMapGlobalInitializer (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ValueMapper.h | 188 void scheduleMapGlobalInitializer(GlobalVariable &GV, Constant &Init,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 161 void scheduleMapGlobalInitializer(GlobalVariable &GV, Constant &Init, 1118 void Mapper::scheduleMapGlobalInitializer(GlobalVariable &GV, Constant &Init, in scheduleMapGlobalInitializer() function in Mapper 1258 void ValueMapper::scheduleMapGlobalInitializer(GlobalVariable &GV, in scheduleMapGlobalInitializer() function in ValueMapper 1261 getAsMapper(pImpl)->scheduleMapGlobalInitializer(GV, Init, MCID); in scheduleMapGlobalInitializer()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1119 Mapper.scheduleMapGlobalInitializer(Dst, *Src.getInitializer()); in linkGlobalVariable()
|