Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Selectors

1453     CGM.getContext().Selectors.getSelector(llvm::array_lengthof(II), &II[0]);
2276 Selector AllocSel = getContext().Selectors.getSelector(0, &II);
2286 Selector InitSel = getContext().Selectors.getSelector(0, &II);
2298 Selector DrainSel = getContext().Selectors.getSelector(0, &II);
3045 // Get selectors for retain/autorelease.
3048 getContext().Selectors.getNullarySelector(CopyID);
3051 getContext().Selectors.getNullarySelector(AutoreleaseID);