clang 22.0.0git
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 5500 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 5505 of file CodeGenFunction.h.

References Arch, Architecture, Features, and Function.

Member Data Documentation

◆ Architecture

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

Definition at line 5503 of file CodeGenFunction.h.

Referenced by FMVResolverOption(), and getFMVPriority().

◆ Features

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

Definition at line 5502 of file CodeGenFunction.h.

Referenced by FMVResolverOption(), and getFMVPriority().

◆ Function

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

Definition at line 5501 of file CodeGenFunction.h.

Referenced by FMVResolverOption().


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