clang
7.0.0
|
#include "/work/llvm-www-releases/7.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CodeGenFunction.h"
Public Member Functions | |
CPUDispatchMultiVersionResolverOption (llvm::Function *F, uint64_t Mask) | |
bool | operator> (const CPUDispatchMultiVersionResolverOption &Other) const |
Public Attributes | |
llvm::Function * | Function |
uint32_t | FeatureMask |
Definition at line 4275 of file CodeGenFunction.h.
|
inline |
Definition at line 4281 of file CodeGenFunction.h.
|
inline |
Definition at line 4283 of file CodeGenFunction.h.
References buildByrefHelpers(), and FeatureMask.
uint32_t clang::CodeGen::CodeGenFunction::CPUDispatchMultiVersionResolverOption::FeatureMask |
Definition at line 4280 of file CodeGenFunction.h.
Referenced by operator>().
llvm::Function* clang::CodeGen::CodeGenFunction::CPUDispatchMultiVersionResolverOption::Function |
Definition at line 4276 of file CodeGenFunction.h.