Home | History | Annotate | Download | only in Linker

Lines Matching refs:getImpl

84   Type *getImpl(Type *T);
220 Elements[i] = getImpl(SrcSTy->getElementType(i));
243 Type *Result = getImpl(Ty);
251 /// getImpl - This is the recursive version of get().
252 Type *TypeMapTy::getImpl(Type *Ty) {
270 ElementTypes[i] = getImpl(Ty->getContainedType(i));