clang  19.0.0git
Classes | Public Member Functions | Public Attributes | List of all members
clang::CodeGen::CodeGenFunction::MultiVersionResolverOption Struct Reference

#include "/home/runner/work/llvm/llvm/repo/clang/lib/CodeGen/CodeGenFunction.h"

Classes

struct  Conds
 

Public Member Functions

 MultiVersionResolverOption (llvm::Function *F, StringRef Arch, ArrayRef< StringRef > Feats)
 

Public Attributes

llvm::Function * Function
 
struct clang::CodeGen::CodeGenFunction::MultiVersionResolverOption::Conds Conditions
 

Detailed Description

Definition at line 5282 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ MultiVersionResolverOption()

clang::CodeGen::CodeGenFunction::MultiVersionResolverOption::MultiVersionResolverOption ( llvm::Function *  F,
StringRef  Arch,
ArrayRef< StringRef >  Feats 
)
inline

Definition at line 5292 of file CodeGenFunction.h.

Member Data Documentation

◆ Conditions

struct clang::CodeGen::CodeGenFunction::MultiVersionResolverOption::Conds clang::CodeGen::CodeGenFunction::MultiVersionResolverOption::Conditions

Referenced by TargetMVPriority().

◆ Function

llvm::Function* clang::CodeGen::CodeGenFunction::MultiVersionResolverOption::Function

Definition at line 5283 of file CodeGenFunction.h.


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