LLVM 18.0.0git
Public Attributes | List of all members
llvm::ARM::ParsedBranchProtection Struct Reference

#include "llvm/TargetParser/ARMTargetParserCommon.h"

Public Attributes

StringRef Scope
 
StringRef Key
 
bool BranchTargetEnforcement
 

Detailed Description

Definition at line 40 of file ARMTargetParserCommon.h.

Member Data Documentation

◆ BranchTargetEnforcement

bool llvm::ARM::ParsedBranchProtection::BranchTargetEnforcement

Definition at line 43 of file ARMTargetParserCommon.h.

Referenced by llvm::ARM::parseBranchProtection().

◆ Key

StringRef llvm::ARM::ParsedBranchProtection::Key

Definition at line 42 of file ARMTargetParserCommon.h.

Referenced by llvm::ARM::parseBranchProtection().

◆ Scope

StringRef llvm::ARM::ParsedBranchProtection::Scope

Definition at line 41 of file ARMTargetParserCommon.h.

Referenced by llvm::ARM::parseBranchProtection().


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