Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp141 static unsigned HostInputIndex = ~0u; variable
653 assert(HostInputIndex != ~0u && "Host input index not defined."); in WriteHeader()
668 assert(HostInputIndex != ~0u && "Host input index not defined."); in WriteBundleEnd()
702 if (I == HostInputIndex) { in WriteBundleEnd()
721 ObjcopyArgs.push_back(InputFileNames[HostInputIndex]); in WriteBundleEnd()
939 assert((HostInputIndex != ~0u || AllowNoHost) && in BundleFiles()
942 CreateFileHandler(*InputBuffers[AllowNoHost ? 0 : HostInputIndex]); in BundleFiles()
1096 if (!FoundHostBundle && HostInputIndex != ~0u) in UnbundleFiles()
1522 HostInputIndex = Index; in main()