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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 4209   if (Locals.empty()) return;
 4225     for (unsigned I = 0, E = Locals.size(); I != E; ++I) {
 4239     for (unsigned I = 0, E = Locals.size(); I != E; ++I) {
 4250   if (Locals.empty()) return;
 4252   CGF.EmitNounwindRuntimeCall(WriteHazard, Locals);
 4256   assert(!Locals.empty());
 4257   llvm::CallInst *call = Builder.CreateCall(ReadHazard, Locals);
 4265   if (Locals.empty()) return;
 4319       Locals.push_back(&*I);
 4323   SmallVector<llvm::Type *, 16> tys(Locals.size());
 4324   for (unsigned i = 0, e = Locals.size(); i != e; ++i)
 4325     tys[i] = Locals[i]->getType();