Lines Matching full:landingpad
72 ":ref:`landingpad <i_landingpad>`" instruction like the other two models, and is
161 pad to the back end. For C++, the ``landingpad`` instruction returns a pointer
165 The ``landingpad`` instruction looks for a reference to the personality
173 - This clause means that the landingpad block should be entered if the
178 - If ``@ExcType`` is ``null``, any exception matches, so the landingpad
188 - This clause means that the landingpad should be entered if the exception
198 undef``". This means that the landingpad should always be entered. (Note
205 - This clause means that the landingpad should always be entered.
222 aborting if it does not find one, before entering any landingpad blocks.
275 passing in the result of the ``landingpad`` instruction for the original
285 ``landingpad`` will return a negative value
289 exception structure. Note that the most general form of a ``landingpad``
292 such ``landingpad`` instructions due to inlining creating nested exception
309 catches exceptions of type ``B``. The inliner will update the ``landingpad``
320 In addition to the ``landingpad`` and ``resume`` instructions, LLVM uses several
336 ``landingpad`` instruction. The single argument is a reference to a type info.
351 following a ``landingpad`` instruction. The exact behavior of this function
353 with the ``landingpad`` instruction.
356 from the aggregate return value of the ``landingpad`` instruction. The second
386 personality function associated with the corresponding ``landingpad``
537 frame with actions to run. In LLVM, execution resumes at a ``landingpad``
591 ``landingpad`` instruction. Typically filter expressions are used to determine
612 represent Itanium EH, the landingpad model is strictly better for optimization
641 has roughly the same semantics as the ``resume`` instruction in the landingpad