Lines Matching refs:Function
32 class Function;
64 /// catches in the function. This tables is reversed indexed base 1.
93 MCSymbol *BeginLabel; // zero indicates the start of the function.
94 MCSymbol *EndLabel; // zero indicates the end of the function.
107 /// CallToNoUnwindFunction - Return `true' if this is a call to a function
135 /// BeginFunction - Gather pre-function exception information. Assumes being
136 /// emitted immediately after the function entry point.
139 /// EndFunction - Gather and emit post-function exception information.
144 /// shouldEmitPersonality - Per-function flag to indicate if .cfi_personality
148 /// shouldEmitLSDA - Per-function flag to indicate if .cfi_lsda
152 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
169 /// BeginFunction - Gather pre-function exception information. Assumes being
170 /// emitted immediately after the function entry point.
173 /// EndFunction - Gather and emit post-function exception information.
178 /// shouldEmitTable - Per-function flag to indicate if EH tables should
182 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
200 /// BeginFunction - Gather pre-function exception information. Assumes being
201 /// emitted immediately after the function entry point.
204 /// EndFunction - Gather and emit post-function exception information.
209 /// shouldEmitPersonality - Per-function flag to indicate if personality
213 /// shouldEmitLSDA - Per-function flag to indicate if the LSDA
217 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
232 /// BeginFunction - Gather pre-function exception information. Assumes being
233 /// emitted immediately after the function entry point.
236 /// EndFunction - Gather and emit post-function exception information.