Home
last modified time | relevance | path

Searched refs:scheduleMapGlobalInitializer (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h188 void scheduleMapGlobalInitializer(GlobalVariable &GV, Constant &Init,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp161 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 DIRMover.cpp1119 Mapper.scheduleMapGlobalInitializer(Dst, *Src.getInitializer()); in linkGlobalVariable()