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