struct ParsedTargetAttr

Declaration

struct ParsedTargetAttr { /* full declaration omitted */ };

Description

Contains information gathered from parsing the contents of TargetAttr.

Declared at: clang/include/clang/AST/Attr.h:351

Member Variables

public std::vector<std::string> Features
public llvm::StringRef Architecture
public llvm::StringRef Tune
public llvm::StringRef BranchProtection
public bool DuplicateArchitecture = false
public bool DuplicateTune = false