Searched refs:IterBool (Results 1 – 8 of 8) 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()
485 auto IterBool = in setName() local489 if (!IterBool.second) { in setName()499 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName()501 } while (!IterBool.second); in setName()507 SymbolTableEntry = &*IterBool.first; in setName()
32 auto IterBool = variable34 if (IterBool.second) {41 return IterBool.first->second;
551 auto &Entry = *IterBool.first; in getELFSection()552 if (!IterBool.second) in getELFSection()653 auto IterBool = in getGOFFSection() local655 auto Iter = IterBool.first; in getGOFFSection()656 if (!IterBool.second) in getGOFFSection()682 auto Iter = IterBool.first; in getCOFFSection()683 if (!IterBool.second) in getCOFFSection()751 auto &Entry = *IterBool.first; in getWasmSection()752 if (!IterBool.second) in getWasmSection()792 auto &Entry = *IterBool.first; in getXCOFFSection()[all …]
610 auto IterBool = SourceIdMap.insert( in tryGetFile() local613 if (!IterBool.second) in tryGetFile()614 return IterBool.first->second; in tryGetFile()
22 auto IterBool = in getIndex() local24 return IterBool.first->second.Number; in getIndex()
191 auto IterBool = FilenameIDs.try_emplace(Name, FilenamesByID.size()); in getLineTableFilenameID() local192 if (IterBool.second) in getLineTableFilenameID()193 FilenamesByID.push_back(&*IterBool.first); in getLineTableFilenameID()194 return IterBool.first->second; in getLineTableFilenameID()