Searched refs:CodeObjectFeature (Results 1 – 1 of 1) sorted by relevance
1279 for (const auto &CodeObjectFeature : CodeObjectFeatureMap) { in isCodeObjectCompatible() local1280 auto TargetFeature = TargetFeatureMap.find(CodeObjectFeature.getKey()); in isCodeObjectCompatible()1290 } else if (TargetFeature->getValue() != CodeObjectFeature.getValue()) { in isCodeObjectCompatible()