Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h135 bool checkOffloadBundleID(const llvm::StringRef Str);
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1570 if (!checkOffloadBundleID(Triple)) in UnbundleFiles()
1592 if (!checkOffloadBundleID(CurTriple)) in UnbundleFiles()
1884 if (!checkOffloadBundleID(CodeObject)) { in UnbundleArchive()
1969 bool clang::checkOffloadBundleID(const llvm::StringRef Str) { in checkOffloadBundleID() function in clang