Lines Matching refs:IterBool
552 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection() local
556 auto &Entry = *IterBool.first; in getELFSection()
557 if (!IterBool.second) in getELFSection()
649 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local
650 auto Iter = IterBool.first; in getCOFFSection()
651 if (!IterBool.second) in getCOFFSection()
717 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local
719 auto &Entry = *IterBool.first; in getWasmSection()
720 if (!IterBool.second) in getWasmSection()
756 auto IterBool = XCOFFUniquingMap.insert(std::make_pair( in getXCOFFSection() local
761 auto &Entry = *IterBool.first; in getXCOFFSection()
762 if (!IterBool.second) { in getXCOFFSection()