Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp551 section_iterator NextSection; member in __anon363a5eb30111::ObjectFileHandler
561 NextSection(Obj->section_begin()), BundlerConfig(BC) {} in ObjectFileHandler()
569 while (NextSection != Obj->section_end()) { in ReadBundleStart()
570 CurrentSection = NextSection; in ReadBundleStart()
571 ++NextSection; in ReadBundleStart()