Searched refs:getFunctionFeatureMap (Results 1 – 3 of 3) sorted by relevance
1128 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, GlobalDecl GD);
2336 CGM.getFunctionFeatureMap(CallerFeatureMap, GlobalDecl().getWithDecl(FD)); in hasRequiredFeatures()2395 CGM.getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
1407 getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()5461 void CodeGenModule::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in CodeGenModule