Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2753 llvm::StringMap<bool> CalleeFeatureMap; in checkTargetFeatures() local
2754 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
2757 if (F[0] == '+' && CalleeFeatureMap.lookup(F.substr(1))) in checkTargetFeatures()
2761 for (const auto &F : CalleeFeatureMap) { in checkTargetFeatures()
2776 llvm::StringMap<bool> CalleeFeatureMap; in checkTargetFeatures() local
2777 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
2779 for (const auto &F : CalleeFeatureMap) { in checkTargetFeatures()