Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Function

298 /// the LLVM function and sets the other context used by
308 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD);
338 /// Generate an Objective-C method. An Objective-C method is a C function with
346 /// emitStructGetterCall - Call the runtime function to load a property
378 /// accesses. They don't have to be fast, just faster than a function
563 /// function. The given Decl must be an ObjCImplementationDecl. @synthesize
671 // FIXME: We shouldn't need to get the function info here, the
672 // runtime already should have computed it to build the function.
738 /// emitStructSetterCall - Call the runtime function to store the value
785 // An operator call is trivial if the function it calls is trivial.
875 // FIXME: We shouldn't need to get the function info here, the runtime
876 // already should have computed it to build the function.
942 /// function. The given Decl must be an ObjCImplementationDecl. @synthesize
1337 // If so, call the enumeration-mutation function.
1344 // FIXME: We shouldn't need to get the function info here, the runtime already
1345 // should have computed it to build the function.
1350 // Otherwise, or if the mutation function returns, just continue.
1531 if (llvm::Function *f = dyn_cast<llvm::Function>(fn))
1532 f->setLinkage(llvm::Function::ExternalWeakLinkage);
1557 // Call the function.
1582 // Call the function.
1698 /// Retain the given object which is the result of a function call.
1701 /// Yes, this function name is one character away from a different