Lines Matching refs:IterBool
489 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection() local
493 auto &Entry = *IterBool.first; in getELFSection()
494 if (!IterBool.second) in getELFSection()
573 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local
574 auto Iter = IterBool.first; in getCOFFSection()
575 if (!IterBool.second) in getCOFFSection()
639 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local
641 auto &Entry = *IterBool.first; in getWasmSection()
642 if (!IterBool.second) in getWasmSection()
667 auto IterBool = XCOFFUniquingMap.insert( in getXCOFFSection() local
669 auto &Entry = *IterBool.first; in getXCOFFSection()
670 if (!IterBool.second) { in getXCOFFSection()