Lines Matching refs:Function
32 class Function;
73 MCSymbol *BeginLabel; // zero indicates the start of the function.
74 MCSymbol *EndLabel; // zero indicates the end of the function.
87 /// CallToNoUnwindFunction - Return `true' if this is a call to a function
121 /// catches in the function. This tables is reversed indexed base 1.
137 /// BeginFunction - Gather pre-function exception information. Assumes being
138 /// emitted immediately after the function entry point.
141 /// EndFunction - Gather and emit post-function exception information.
146 /// shouldEmitPersonality - Per-function flag to indicate if .cfi_personality
150 /// shouldEmitLSDA - Per-function flag to indicate if .cfi_lsda
154 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
171 /// BeginFunction - Gather pre-function exception information. Assumes being
172 /// emitted immediately after the function entry point.
175 /// EndFunction - Gather and emit post-function exception information.
192 /// BeginFunction - Gather pre-function exception information. Assumes being
193 /// emitted immediately after the function entry point.
196 /// EndFunction - Gather and emit post-function exception information.
201 /// shouldEmitPersonality - Per-function flag to indicate if personality
205 /// shouldEmitLSDA - Per-function flag to indicate if the LSDA
209 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
224 /// BeginFunction - Gather pre-function exception information. Assumes being
225 /// emitted immediately after the function entry point.
228 /// EndFunction - Gather and emit post-function exception information.