Home | History | Annotate | Download | only in Linker

Lines Matching refs:getImpl

87   Type *getImpl(Type *T);
223 Elements[i] = getImpl(SrcSTy->getElementType(i));
246 Type *Result = getImpl(Ty);
254 /// getImpl - This is the recursive version of get().
255 Type *TypeMapTy::getImpl(Type *Ty) {
273 ElementTypes[i] = getImpl(Ty->getContainedType(i));