LLVM 17.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::AArch64::CpuInfo Struct Reference

#include "llvm/TargetParser/AArch64TargetParser.h"

Collaboration diagram for llvm::AArch64::CpuInfo:
Collaboration graph
[legend]

Public Member Functions

uint64_t getImpliedExtensions () const
 

Public Attributes

StringRef Name
 
const ArchInfoArch
 
uint64_t DefaultExtensions
 

Detailed Description

Definition at line 343 of file AArch64TargetParser.h.

Member Function Documentation

◆ getImpliedExtensions()

uint64_t llvm::AArch64::CpuInfo::getImpliedExtensions ( ) const
inline

Member Data Documentation

◆ Arch

const ArchInfo& llvm::AArch64::CpuInfo::Arch

Definition at line 345 of file AArch64TargetParser.h.

Referenced by getImpliedExtensions().

◆ DefaultExtensions

uint64_t llvm::AArch64::CpuInfo::DefaultExtensions

Definition at line 346 of file AArch64TargetParser.h.

Referenced by getImpliedExtensions().

◆ Name

StringRef llvm::AArch64::CpuInfo::Name

Definition at line 344 of file AArch64TargetParser.h.


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