Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp107 static unsigned HostInputIndex = ~0u; variable
499 assert(HostInputIndex != ~0u && "Host input index not defined."); in WriteHeader()
514 assert(HostInputIndex != ~0u && "Host input index not defined."); in WriteBundleEnd()
558 if (I == HostInputIndex) { in WriteBundleEnd()
573 ObjcopyArgs.push_back(InputFileNames[HostInputIndex]); in WriteBundleEnd()
790 assert(HostInputIndex != ~0u && "Host input index undefined??"); in BundleFiles()
792 CreateFileHandler(*InputBuffers[HostInputIndex]); in BundleFiles()
904 if (!FoundHostBundle && HostInputIndex != ~0u) in UnbundleFiles()
1009 HostInputIndex = Index; in main()