Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp793 size_t TripleEnd = ReadChars = FC.find("\n", ReadChars); in ReadBundleStart() local
794 if (TripleEnd == FC.npos) in ReadBundleStart()
800 return StringRef(&FC.data()[TripleStart], TripleEnd - TripleStart); in ReadBundleStart()
809 size_t TripleEnd = ReadChars = FC.find("\n", ReadChars + 1); in ReadBundleEnd() local
810 if (TripleEnd != FC.npos) in ReadBundleEnd()