Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Function

184 /// CallToNoUnwindFunction - Return `true' if this is a call to a function
197 const Function *F = dyn_cast<Function>(MO.getGlobal());
201 // Be conservative. If we have more than one function operand for this
319 // function may throw, create a call-site entry with no landing pad for the
346 /// catches in the function. This tables is reverse indexed base 1.
441 // need to tell the personality function of the unwinder to indirect
720 /// BeginFunction - Gather pre-function exception information. Assumes it's
721 /// being emitted immediately after the function entry point.
726 /// EndFunction - Gather and emit post-function exception information.