Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp118 static unsigned HostInputIndex = ~0u; variable
557 assert(HostInputIndex != ~0u && "Host input index not defined."); in WriteHeader()
572 assert(HostInputIndex != ~0u && "Host input index not defined."); in WriteBundleEnd()
606 if (I == HostInputIndex) { in WriteBundleEnd()
625 ObjcopyArgs.push_back(InputFileNames[HostInputIndex]); in WriteBundleEnd()
842 assert(HostInputIndex != ~0u && "Host input index undefined??"); in BundleFiles()
844 CreateFileHandler(*InputBuffers[HostInputIndex]); in BundleFiles()
996 if (!FoundHostBundle && HostInputIndex != ~0u) in UnbundleFiles()
1149 HostInputIndex = Index; in main()