LLVM 19.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
 
bool BranchProtectionPAuthLR
 
bool GuardedControlStack
 

Detailed Description

Definition at line 40 of file ARMTargetParserCommon.h.

Member Data Documentation

◆ BranchProtectionPAuthLR

bool llvm::ARM::ParsedBranchProtection::BranchProtectionPAuthLR

Definition at line 44 of file ARMTargetParserCommon.h.

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

◆ BranchTargetEnforcement

bool llvm::ARM::ParsedBranchProtection::BranchTargetEnforcement

Definition at line 43 of file ARMTargetParserCommon.h.

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

◆ GuardedControlStack

bool llvm::ARM::ParsedBranchProtection::GuardedControlStack

Definition at line 45 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: