Lines Matching refs:Function
27 class Function;
89 /// Emits a try / catch statement. This function is intended to be called by
92 /// call when entering and exiting a @catch() block, and the function used to
94 /// the function assumes that the EH personality function provides the
103 /// function can be called by subclasses that use zero-cost exception
107 llvm::Function *syncEnterFn,
108 llvm::Function *syncExitFn);
113 /// Generate the function required to register all Objective-C components in
115 virtual llvm::Function *ModuleInitFunction() = 0;
184 /// Generate a function preamble for a method with the specified
187 // FIXME: Current this just generates the Function definition, but really this
190 virtual llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
193 /// Return the runtime function for getting properties.
196 /// Return the runtime function for setting properties.
214 /// EnumerationMutationFunction - Return the function that's called by the