Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp452 section_iterator NextSection; member in ObjectFileHandler
458 NextSection(Obj->section_begin()) {} in ObjectFileHandler()
465 while (NextSection != Obj->section_end()) { in ReadBundleStart()
466 CurrentSection = NextSection; in ReadBundleStart()
467 ++NextSection; in ReadBundleStart()