LLVM 18.0.0git
|
#include "llvm/TargetParser/ARMTargetParserCommon.h"
Public Attributes | |
StringRef | Scope |
StringRef | Key |
bool | BranchTargetEnforcement |
Definition at line 40 of file ARMTargetParserCommon.h.
bool llvm::ARM::ParsedBranchProtection::BranchTargetEnforcement |
Definition at line 43 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().