clang 20.0.0git
Public Member Functions | Public Attributes | List of all members
clang::CodeGen::CodeGenFunction::FMVResolverOption Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

 FMVResolverOption (llvm::Function *F, ArrayRef< StringRef > Feats, std::optional< StringRef > Arch=std::nullopt)
 

Public Attributes

llvm::Function * Function
 
llvm::SmallVector< StringRef, 8 > Features
 
std::optional< StringRef > Architecture
 

Detailed Description

Definition at line 5377 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ FMVResolverOption()

clang::CodeGen::CodeGenFunction::FMVResolverOption::FMVResolverOption ( llvm::Function *  F,
ArrayRef< StringRef >  Feats,
std::optional< StringRef >  Arch = std::nullopt 
)
inline

Definition at line 5382 of file CodeGenFunction.h.

Member Data Documentation

◆ Architecture

std::optional<StringRef> clang::CodeGen::CodeGenFunction::FMVResolverOption::Architecture

Definition at line 5380 of file CodeGenFunction.h.

◆ Features

llvm::SmallVector<StringRef, 8> clang::CodeGen::CodeGenFunction::FMVResolverOption::Features

Definition at line 5379 of file CodeGenFunction.h.

◆ Function

llvm::Function* clang::CodeGen::CodeGenFunction::FMVResolverOption::Function

Definition at line 5378 of file CodeGenFunction.h.


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