Home
last modified time | relevance | path

Searched refs:CondFeatures (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2636 llvm::SmallVector<StringRef, 8> CondFeatures; in FormAArch64ResolverCondition() local
2640 CondFeatures.push_back(Feature); in FormAArch64ResolverCondition()
2642 if (!CondFeatures.empty()) { in FormAArch64ResolverCondition()
2643 return EmitAArch64CpuSupports(CondFeatures); in FormAArch64ResolverCondition()