reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 2339   llvm::Value *SelValue = GetSelector(CGF, Sel);
 2343   Address tmp = CGF.CreateTempAlloca(SelValue->getType(),
 2344                                      CGF.getPointerAlign());
 2345   CGF.Builder.CreateStore(SelValue, tmp);