Searched refs:NextbundleStart (Results 1 – 1 of 1) sorted by relevance
39 size_t NextbundleStart = 0; in extractOffloadBundle() local42 while (NextbundleStart != StringRef::npos) { in extractOffloadBundle()59 NextbundleStart = Str.find(StringRef("__CLANG_OFFLOAD_BUNDLE__"), 24); in extractOffloadBundle()61 if (NextbundleStart != StringRef::npos) in extractOffloadBundle()62 Offset += NextbundleStart; in extractOffloadBundle()