LLVM  8.0.1
Public Attributes | List of all members
llvm::MCCodePaddingContext Struct Reference

#include "llvm/MC/MCCodePadder.h"

Collaboration diagram for llvm::MCCodePaddingContext:
Collaboration graph
[legend]

Public Attributes

bool IsPaddingActive
 
bool IsBasicBlockReachableViaFallthrough
 
bool IsBasicBlockReachableViaBranch
 

Detailed Description

Definition at line 29 of file MCCodePadder.h.

Member Data Documentation

◆ IsBasicBlockReachableViaBranch

bool llvm::MCCodePaddingContext::IsBasicBlockReachableViaBranch

Definition at line 32 of file MCCodePadder.h.

Referenced by emitBasicBlockLoopComments().

◆ IsBasicBlockReachableViaFallthrough

bool llvm::MCCodePaddingContext::IsBasicBlockReachableViaFallthrough

Definition at line 31 of file MCCodePadder.h.

Referenced by emitBasicBlockLoopComments().

◆ IsPaddingActive

bool llvm::MCCodePaddingContext::IsPaddingActive

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