Searched refs:InitPrefix (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | ValueMapper.cpp | 79 Constant *InitPrefix; member 161 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, 172 void mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, 882 E.Data.AppendingGV.InitPrefix, in flush() 1017 void Mapper::mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, in mapAppendingVariable() argument 1021 if (InitPrefix) { in mapAppendingVariable() 1023 cast<ArrayType>(InitPrefix->getType())->getNumElements(); in mapAppendingVariable() 1025 Elements.push_back(InitPrefix->getAggregateElement(I)); in mapAppendingVariable() 1071 Constant *InitPrefix, in scheduleMapAppendingVariable() argument 1082 WE.Data.AppendingGV.InitPrefix = InitPrefix; in scheduleMapAppendingVariable() [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| D | ValueMapper.h | 181 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
|