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

#include "llvm/TargetParser/AArch64TargetParser.h"

Public Member Functions

AArch64::ExtensionBitset getImpliedExtensions () const
 

Public Attributes

StringRef Name
 
const ArchInfoArch
 
AArch64::ExtensionBitset DefaultExtensions
 

Detailed Description

Definition at line 364 of file AArch64TargetParser.h.

Member Function Documentation

◆ getImpliedExtensions()

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

Member Data Documentation

◆ Arch

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

Definition at line 366 of file AArch64TargetParser.h.

Referenced by getImpliedExtensions().

◆ DefaultExtensions

AArch64::ExtensionBitset llvm::AArch64::CpuInfo::DefaultExtensions

Definition at line 368 of file AArch64TargetParser.h.

Referenced by getImpliedExtensions().

◆ Name

StringRef llvm::AArch64::CpuInfo::Name

Definition at line 365 of file AArch64TargetParser.h.


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