clang  10.0.0git
Public Attributes | List of all members
clang::TargetInfo::BranchProtectionInfo Struct Reference

#include "clang/Basic/TargetInfo.h"

Collaboration diagram for clang::TargetInfo::BranchProtectionInfo:
[legend]

Public Attributes

CodeGenOptions::SignReturnAddressScope SignReturnAddr
 
CodeGenOptions::SignReturnAddressKeyValue SignKey
 
bool BranchTargetEnforcement = false
 

Detailed Description

Definition at line 1109 of file TargetInfo.h.

Member Data Documentation

◆ BranchTargetEnforcement

bool clang::TargetInfo::BranchProtectionInfo::BranchTargetEnforcement = false

◆ SignKey

CodeGenOptions::SignReturnAddressKeyValue clang::TargetInfo::BranchProtectionInfo::SignKey

◆ SignReturnAddr

CodeGenOptions::SignReturnAddressScope clang::TargetInfo::BranchProtectionInfo::SignReturnAddr

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