Searched refs:CalleeFeatureMap (Results 1 – 1 of 1) sorted by relevance
2753 llvm::StringMap<bool> CalleeFeatureMap; in checkTargetFeatures() local2754 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() local2777 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()2779 for (const auto &F : CalleeFeatureMap) { in checkTargetFeatures()