Lines Matching full:featuremap
1557 llvm::StringMap<bool> FeatureMap;1558 getFunctionFeatureMap(FeatureMap, FD);1562 for (llvm::StringMap<bool>::const_iterator it = FeatureMap.begin(),1563 ie = FeatureMap.end();