LLVM
8.0.1
|
#include "llvm/MC/MCCodePadder.h"
Public Attributes | |
bool | IsPaddingActive |
bool | IsBasicBlockReachableViaFallthrough |
bool | IsBasicBlockReachableViaBranch |
Definition at line 29 of file MCCodePadder.h.
bool llvm::MCCodePaddingContext::IsBasicBlockReachableViaBranch |
Definition at line 32 of file MCCodePadder.h.
Referenced by emitBasicBlockLoopComments().
bool llvm::MCCodePaddingContext::IsBasicBlockReachableViaFallthrough |
Definition at line 31 of file MCCodePadder.h.
Referenced by emitBasicBlockLoopComments().
bool llvm::MCCodePaddingContext::IsPaddingActive |
Definition at line 30 of file MCCodePadder.h.
Referenced by emitBasicBlockLoopComments(), and llvm::MCCodePadder::usePoliciesForBasicBlock().