LLVM 20.0.0git
|
#include "llvm/TargetParser/ARMTargetParserCommon.h"
Public Attributes | |
StringRef | Scope |
StringRef | Key |
bool | BranchTargetEnforcement |
bool | BranchProtectionPAuthLR |
bool | GuardedControlStack |
Definition at line 40 of file ARMTargetParserCommon.h.
bool llvm::ARM::ParsedBranchProtection::BranchProtectionPAuthLR |
Definition at line 44 of file ARMTargetParserCommon.h.
Referenced by llvm::ARM::parseBranchProtection().
bool llvm::ARM::ParsedBranchProtection::BranchTargetEnforcement |
Definition at line 43 of file ARMTargetParserCommon.h.
Referenced by llvm::ARM::parseBranchProtection().
bool llvm::ARM::ParsedBranchProtection::GuardedControlStack |
Definition at line 45 of file ARMTargetParserCommon.h.
Referenced by llvm::ARM::parseBranchProtection().
StringRef llvm::ARM::ParsedBranchProtection::Key |
Definition at line 42 of file ARMTargetParserCommon.h.
Referenced by llvm::ARM::parseBranchProtection().
StringRef llvm::ARM::ParsedBranchProtection::Scope |
Definition at line 41 of file ARMTargetParserCommon.h.
Referenced by llvm::ARM::parseBranchProtection().