Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Driver/
DOffloadBundler.cpp551 section_iterator NextSection; member in __anona591a2d80111::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()