Home
last modified time | relevance | path

Searched refs:isOffloadKindCompatible (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h89 bool isOffloadKindCompatible(const llvm::StringRef TargetOffloadKind) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp115 bool OffloadTargetInfo::isOffloadKindCompatible( in isOffloadKindCompatible() function in OffloadTargetInfo
1237 if (!CodeObjectInfo.isOffloadKindCompatible(TargetInfo.OffloadKind) || in isCodeObjectCompatible()