clang
10.0.0git
|
Contains information gathered from parsing the contents of TargetAttr. More...
#include "clang/AST/Attr.h"
Public Member Functions | |
bool | operator== (const ParsedTargetAttr &Other) const |
Public Attributes | |
std::vector< std::string > | Features |
StringRef | Architecture |
StringRef | BranchProtection |
bool | DuplicateArchitecture = false |
Contains information gathered from parsing the contents of TargetAttr.
|
inline |
Definition at line 338 of file Attr.h.
References Architecture, DuplicateArchitecture, and Features.
StringRef clang::ParsedTargetAttr::Architecture |
Definition at line 335 of file Attr.h.
Referenced by AppendTargetMangling(), clang::ASTContext::getFunctionFeatureMap(), operator==(), and clang::CodeGen::CodeGenModule::SetCommonAttributes().
Definition at line 337 of file Attr.h.
Referenced by operator==().
std::vector<std::string> clang::ParsedTargetAttr::Features |
Definition at line 334 of file Attr.h.
Referenced by AppendTargetMangling(), clang::ASTContext::filterFunctionTargetAttrs(), clang::ASTContext::getFunctionFeatureMap(), and operator==().