|
clang 22.0.0git
|
#include "/work/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 |
Definition at line 5514 of file CodeGenFunction.h.
|
inline |
Definition at line 5519 of file CodeGenFunction.h.
References Arch, Architecture, Features, and Function.
| std::optional<StringRef> clang::CodeGen::CodeGenFunction::FMVResolverOption::Architecture |
Definition at line 5517 of file CodeGenFunction.h.
Referenced by FMVResolverOption(), and getFMVPriority().
| llvm::SmallVector<StringRef, 8> clang::CodeGen::CodeGenFunction::FMVResolverOption::Features |
Definition at line 5516 of file CodeGenFunction.h.
Referenced by FMVResolverOption(), and getFMVPriority().
| llvm::Function* clang::CodeGen::CodeGenFunction::FMVResolverOption::Function |
Definition at line 5515 of file CodeGenFunction.h.
Referenced by FMVResolverOption().