Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Selectors

1493     CGM.getContext().Selectors.getSelector(llvm::array_lengthof(II), &II[0]);
2318 Selector AllocSel = getContext().Selectors.getSelector(0, &II);
2328 Selector InitSel = getContext().Selectors.getSelector(0, &II);
2340 Selector DrainSel = getContext().Selectors.getSelector(0, &II);
3079 // Get selectors for retain/autorelease.
3082 getContext().Selectors.getNullarySelector(CopyID);
3085 getContext().Selectors.getNullarySelector(AutoreleaseID);