Searched refs:InitPrefix (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 68 Constant *InitPrefix; member 149 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, 161 void mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, 828 E.Data.AppendingGV.InitPrefix, in flush() 938 void Mapper::mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, in mapAppendingVariable() argument 942 if (InitPrefix) { in mapAppendingVariable() 944 cast<ArrayType>(InitPrefix->getType())->getNumElements(); in mapAppendingVariable() 946 Elements.push_back(InitPrefix->getAggregateElement(I)); in mapAppendingVariable() 993 Constant *InitPrefix, in scheduleMapAppendingVariable() argument 1004 WE.Data.AppendingGV.InitPrefix = InitPrefix; in scheduleMapAppendingVariable() [all …]
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 172 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
|