LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
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.

Member Data Documentation

◆ HasFrameOnEntry

bool BlockFlags::HasFrameOnEntry

Definition at line 132 of file CFIFixup.cpp.

Referenced by computeBlockInfo().

◆ HasFrameOnExit

bool BlockFlags::HasFrameOnExit

Definition at line 133 of file CFIFixup.cpp.

Referenced by fixupBlock().

◆ Reachable

bool BlockFlags::Reachable

Definition at line 130 of file CFIFixup.cpp.

Referenced by computeBlockInfo(), and fixupBlock().

◆ StrongNoFrameOnEntry

bool BlockFlags::StrongNoFrameOnEntry

Definition at line 131 of file CFIFixup.cpp.

Referenced by computeBlockInfo().


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