Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp548 section_iterator NextSection; member in __anonaf6d25920111::ObjectFileHandler
558 NextSection(Obj->section_begin()), BundlerConfig(BC) {} in ObjectFileHandler()
566 while (NextSection != Obj->section_end()) { in ReadBundleStart()
567 CurrentSection = NextSection; in ReadBundleStart()
568 ++NextSection; in ReadBundleStart()