Searched refs:IterBool (Results 1 – 9 of 9) sorted by relevance
275 auto IterBool = in addObjCClass() local277 if (IterBool.second) { in addObjCClass()311 auto IterBool = in addObjCCategory() local314 if (!IterBool.second) in addObjCCategory()318 info.name = IterBool.first->first(); in addObjCCategory()330 auto IterBool = in addObjCClassRef() local333 if (!IterBool.second) in addObjCClassRef()483 if (!IterBool.second) in addAsmGlobalSymbol()526 if (!IterBool.second) in addAsmGlobalSymbolUndef()548 auto IterBool = in addPotentialUndefinedSymbol() local[all …]
64 auto IterBool = vmap.insert(std::make_pair(UniqueName.str(), V)); in makeUniqueName() local65 if (IterBool.second) in makeUniqueName()66 return &*IterBool.first; in makeUniqueName()107 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local108 if (IterBool.second) { in createValueName()111 return &*IterBool.first; in createValueName()
451 auto IterBool = in setName() local455 if (!IterBool.second) { in setName()465 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName()467 } while (!IterBool.second); in setName()473 SymbolTableEntry = &*IterBool.first; in setName()
32 auto IterBool = variable34 if (IterBool.second) {41 return IterBool.first->second;
549 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection() local553 auto &Entry = *IterBool.first; in getELFSection()554 if (!IterBool.second) in getELFSection()644 auto Iter = IterBool.first; in getCOFFSection()645 if (!IterBool.second) in getCOFFSection()711 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local713 auto &Entry = *IterBool.first; in getWasmSection()714 if (!IterBool.second) in getWasmSection()744 auto IterBool = XCOFFUniquingMap.insert(std::make_pair( in getXCOFFSection() local749 auto &Entry = *IterBool.first; in getXCOFFSection()[all …]
576 auto IterBool = SourceIdMap.insert( in tryGetFile() local579 if (!IterBool.second) in tryGetFile()580 return IterBool.first->second; in tryGetFile()
21 auto IterBool = in getIndex() local23 return IterBool.first->second.Number; in getIndex()
3423 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter() local3424 return IterBool.first->second.get(); in GetOrCreateGCPrinter()
193 auto IterBool = FilenameIDs.try_emplace(Name, FilenamesByID.size()); in getLineTableFilenameID() local194 if (IterBool.second) in getLineTableFilenameID()195 FilenamesByID.push_back(&*IterBool.first); in getLineTableFilenameID()196 return IterBool.first->second; in getLineTableFilenameID()