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()
372 auto *&Entry = Context.pImpl->ValuesAsMetadata[V]; in get()
389 return V->getContext().pImpl->ValuesAsMetadata.lookup(V); in getIfExists()
395 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion()
418 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW()
474 auto &Store = Context.pImpl->MDStringCache; in get()
813 return uniquifyImpl(SubclassThis, getContext().pImpl->CLASS##s); \ in uniquify()
825 getContext().pImpl->CLASS##s.erase(cast<CLASS>(this)); \ in eraseFromStore()
836 if (auto *N = getUniqued(Context.pImpl->MDTuples, Key)) in getImpl()
846 Storage, Context.pImpl->MDTuples); in getImpl()
874 getContext().pImpl->DistinctMDNodes.push_back(this); in storeDistinctInContext()
1200 const auto &Info = getContext().pImpl->ValueMetadata[this]; in getMetadata()
1208 const auto &Info = getContext().pImpl->ValueMetadata[this]; in getMetadata()
1215 getContext().pImpl->ValueMetadata[this].get(KindID, MDs); in getMetadata()
1226 assert(getContext().pImpl->ValueMetadata.count(this) && in getAllMetadata()
1228 const auto &Info = getContext().pImpl->ValueMetadata.find(this)->second; in getAllMetadata()
1239 auto &Info = getContext().pImpl->ValueMetadata[this]; in setMetadata()
1248 assert((HasMetadata == (getContext().pImpl->ValueMetadata.count(this) > 0)) && in setMetadata()
1252 auto &Info = getContext().pImpl->ValueMetadata[this]; in setMetadata()
1258 getContext().pImpl->ValueMetadata.erase(this); in setMetadata()
1272 getContext().pImpl->ValueMetadata[this].insert(KindID, MD); in addMetadata()
1284 auto &Store = getContext().pImpl->ValueMetadata[this]; in eraseMetadata()
1294 assert(getContext().pImpl->ValueMetadata.count(this) && in clearMetadata()
1296 getContext().pImpl->ValueMetadata.erase(this); in clearMetadata()
1323 auto &MetadataStore = getContext().pImpl->ValueMetadata; in dropUnknownNonDebugMetadata()