Lines Matching refs:pImpl
69 getType()->getContext().pImpl->MetadataAsValues.erase(MD); in ~MetadataAsValue()
108 auto *&Entry = Context.pImpl->MetadataAsValues[MD]; in get()
117 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists()
124 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata()
353 auto *&Entry = Context.pImpl->ValuesAsMetadata[V]; in get()
370 return V->getContext().pImpl->ValuesAsMetadata.lookup(V); in getIfExists()
376 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion()
399 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW()
455 auto &Store = Context.pImpl->MDStringCache; in get()
794 return uniquifyImpl(SubclassThis, getContext().pImpl->CLASS##s); \ in uniquify()
806 getContext().pImpl->CLASS##s.erase(cast<CLASS>(this)); \ in eraseFromStore()
817 if (auto *N = getUniqued(Context.pImpl->MDTuples, Key)) in getImpl()
827 Storage, Context.pImpl->MDTuples); in getImpl()
855 getContext().pImpl->DistinctMDNodes.push_back(this); in storeDistinctInContext()
1182 const auto &Info = getContext().pImpl->ValueMetadata[this]; in getMetadata()
1190 const auto &Info = getContext().pImpl->ValueMetadata[this]; in getMetadata()
1197 getContext().pImpl->ValueMetadata[this].get(KindID, MDs); in getMetadata()
1208 assert(getContext().pImpl->ValueMetadata.count(this) && in getAllMetadata()
1210 const auto &Info = getContext().pImpl->ValueMetadata.find(this)->second; in getAllMetadata()
1221 auto &Info = getContext().pImpl->ValueMetadata[this]; in setMetadata()
1230 assert((HasMetadata == (getContext().pImpl->ValueMetadata.count(this) > 0)) && in setMetadata()
1234 auto &Info = getContext().pImpl->ValueMetadata[this]; in setMetadata()
1240 getContext().pImpl->ValueMetadata.erase(this); in setMetadata()
1254 getContext().pImpl->ValueMetadata[this].insert(KindID, MD); in addMetadata()
1266 auto &Store = getContext().pImpl->ValueMetadata[this]; in eraseMetadata()
1276 assert(getContext().pImpl->ValueMetadata.count(this) && in clearMetadata()
1278 getContext().pImpl->ValueMetadata.erase(this); in clearMetadata()
1305 auto &MetadataStore = getContext().pImpl->ValueMetadata; in dropUnknownNonDebugMetadata()