LLVM 22.0.0git
BlockFlags Struct Reference

Public Member Functions

 BlockFlags ()

Public Attributes

bool Reachable: 1
bool StrongNoFrameOnEntry: 1
bool HasFrameOnEntry: 1
bool HasFrameOnExit: 1

Detailed Description

Definition at line 129 of file CFIFixup.cpp.

Constructor & Destructor Documentation

◆ BlockFlags()

BlockFlags::BlockFlags ( )
inline

Definition at line 134 of file CFIFixup.cpp.

References HasFrameOnEntry, HasFrameOnExit, Reachable, and StrongNoFrameOnEntry.

Member Data Documentation

◆ HasFrameOnEntry

bool BlockFlags::HasFrameOnEntry

Definition at line 132 of file CFIFixup.cpp.

Referenced by BlockFlags(), and computeBlockInfo().

◆ HasFrameOnExit

bool BlockFlags::HasFrameOnExit

Definition at line 133 of file CFIFixup.cpp.

Referenced by BlockFlags(), and fixupBlock().

◆ Reachable

bool BlockFlags::Reachable

Definition at line 130 of file CFIFixup.cpp.

Referenced by BlockFlags(), and computeBlockInfo().

◆ StrongNoFrameOnEntry

bool BlockFlags::StrongNoFrameOnEntry

Definition at line 131 of file CFIFixup.cpp.

Referenced by BlockFlags(), and computeBlockInfo().


The documentation for this struct was generated from the following file: