Lines Matching +full:per +full:- +full:module
1 //===-- DwarfException.h - Dwarf Exception Framework -----------*- C++ -*--===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
25 /// Per-function flag to indicate if .cfi_personality should be emitted.
28 /// Per-function flag to indicate if .cfi_personality must be emitted.
31 /// Per-function flag to indicate if .cfi_lsda should be emitted.
34 /// Per-function flag to indicate if frame CFI info should be emitted.
37 /// Per-module flag to indicate if .cfi_section has beeen emitted.
40 /// Vector of all personality functions seen so far in the module.
46 //===--------------------------------------------------------------------===//
55 /// Gather pre-function exception information. Assumes being emitted
59 /// Gather and emit post-function exception information.
67 /// Per-function flag to indicate if frame CFI info should be emitted.
70 /// Per-module flag to indicate if .cfi_section has beeen emitted.
77 //===--------------------------------------------------------------------===//
86 /// Gather pre-function exception information. Assumes being emitted
90 /// Gather and emit post-function exception information.