ΒΆvoid getFeaturesForCPU(
    llvm::StringRef CPU,
    SmallVectorImpl<llvm::StringRef>& Features)

Description

Fill in the features that \p CPU supports into \p Features.

Declared at: llvm/include/llvm/Support/X86TargetParser.h:151

Parameters

llvm::StringRef CPU
SmallVectorImpl<llvm::StringRef>& Features