Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp607 section_iterator NextSection; member in ObjectFileHandler
612 NextSection(Obj->section_begin()) {} in ObjectFileHandler()
619 while (NextSection != Obj->section_end()) { in ReadBundleStart()
620 CurrentSection = NextSection; in ReadBundleStart()
621 ++NextSection; in ReadBundleStart()