Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DValueMapper.h179 void scheduleMapGlobalInitializer(GlobalVariable &GV, Constant &Init,
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DValueMapper.cpp159 void scheduleMapGlobalInitializer(GlobalVariable &GV, Constant &Init,
1057 void Mapper::scheduleMapGlobalInitializer(GlobalVariable &GV, Constant &Init, in scheduleMapGlobalInitializer() function in Mapper
1182 void ValueMapper::scheduleMapGlobalInitializer(GlobalVariable &GV, in scheduleMapGlobalInitializer() function in ValueMapper
1185 getAsMapper(pImpl)->scheduleMapGlobalInitializer(GV, Init, MCID); in scheduleMapGlobalInitializer()
/openbsd/src/gnu/llvm/llvm/lib/Linker/
DIRMover.cpp1107 Mapper.scheduleMapGlobalInitializer(Dst, *Src.getInitializer()); in linkGlobalVariable()