|
LLVM 22.0.0git
|
Public Member Functions | |
| BlockFlags () | |
Public Attributes | |
| bool | Reachable: 1 |
| bool | StrongNoFrameOnEntry: 1 |
| bool | HasFrameOnEntry: 1 |
| bool | HasFrameOnExit: 1 |
Definition at line 129 of file CFIFixup.cpp.
|
inline |
Definition at line 134 of file CFIFixup.cpp.
References HasFrameOnEntry, HasFrameOnExit, Reachable, and StrongNoFrameOnEntry.
| bool BlockFlags::HasFrameOnEntry |
Definition at line 132 of file CFIFixup.cpp.
Referenced by BlockFlags(), and computeBlockInfo().
| bool BlockFlags::HasFrameOnExit |
Definition at line 133 of file CFIFixup.cpp.
Referenced by BlockFlags(), and fixupBlock().
| bool BlockFlags::Reachable |
Definition at line 130 of file CFIFixup.cpp.
Referenced by BlockFlags(), and computeBlockInfo().
| bool BlockFlags::StrongNoFrameOnEntry |
Definition at line 131 of file CFIFixup.cpp.
Referenced by BlockFlags(), and computeBlockInfo().