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