Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp416 ReadChars += 8; in ReadHeader()
426 ReadChars += 8; in ReadHeader()
433 ReadChars += 8; in ReadHeader()
440 ReadChars += 8; in ReadHeader()
781 ReadChars = FC.find(BundleStartString, ReadChars); in ReadBundleStart()
789 size_t TripleEnd = ReadChars = FC.find("\n", ReadChars); in ReadBundleStart()
794 ++ReadChars; in ReadBundleStart()
805 size_t TripleEnd = ReadChars = FC.find("\n", ReadChars + 1); in ReadBundleEnd()
808 ++ReadChars; in ReadBundleEnd()
818 size_t BundleEnd = ReadChars = FC.find(BundleEndString, ReadChars); in ReadBundle()
[all …]