Searched refs:TargetFeature (Results 1 – 2 of 2) sorted by relevance
435 std::string TargetFeature = in parseTargetAttr() local437 if (!TargetFeature.empty()) in parseTargetAttr()438 Ret.Features.push_back(Ext.front() + TargetFeature); in parseTargetAttr()
1143 auto TargetFeature = TargetFeatureMap.find(CodeObjectFeature.getKey()); in isCodeObjectCompatible() local1144 if (TargetFeature == TargetFeatureMap.end()) { in isCodeObjectCompatible()1153 } else if (TargetFeature->getValue() != CodeObjectFeature.getValue()) { in isCodeObjectCompatible()