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