Searched refs:TargetProc (Results 1 – 1 of 1) sorted by relevance
1251 std::optional<StringRef> TargetProc = clang::parseTargetID( in isCodeObjectCompatible() local1255 if (!TargetProc || !CodeObjectProc || in isCodeObjectCompatible()1256 CodeObjectProc.value() != TargetProc.value()) { in isCodeObjectCompatible()