Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp213 return forEachBundle(Input, [&](const BundleInfo &Info) -> Error { in listBundleIDs()
227 return forEachBundle(Input, [&](const BundleInfo &Info) -> Error { in getBundleIDs()
237 Error forEachBundle(MemoryBuffer &Input, in forEachBundle() function in __anon12af25240111::FileHandler