Lines Matching defs:position
136 llvm::IntegerType *offsetType, llvm::Constant *target, size_t position) {
138 auto base = getAddrOfPosition(offsetType, position);
155 size_t position) {
157 // position after installing the initializer.
163 (void)getGEPIndicesTo(entry.Indices, position + Begin);
170 // position after installing the initializer.
183 size_t position) const {
194 assert(position >= Begin);
198 position - Begin));
207 auto position = addPlaceholder();
218 return position;