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()
795 return uniquifyImpl(SubclassThis, getContext().pImpl->CLASS##s); \ in uniquify()
807 getContext().pImpl->CLASS##s.erase(cast<CLASS>(this)); \ in eraseFromStore()
818 if (auto *N = getUniqued(Context.pImpl->MDTuples, Key)) in getImpl()
828 Storage, Context.pImpl->MDTuples); in getImpl()
856 getContext().pImpl->DistinctMDNodes.push_back(this); in storeDistinctInContext()
1203 auto &InstructionMetadata = getContext().pImpl->InstructionMetadata; in dropUnknownNonDebugMetadata()
1238 auto &Info = getContext().pImpl->InstructionMetadata[this]; in setMetadata()
1249 (getContext().pImpl->InstructionMetadata.count(this) > 0)) && in setMetadata()
1253 auto &Info = getContext().pImpl->InstructionMetadata[this]; in setMetadata()
1261 getContext().pImpl->InstructionMetadata.erase(this); in setMetadata()
1278 auto &Info = getContext().pImpl->InstructionMetadata[this]; in getMetadataImpl()
1297 getContext().pImpl->InstructionMetadata.count(this) && in getAllMetadataImpl()
1299 const auto &Info = getContext().pImpl->InstructionMetadata.find(this)->second; in getAllMetadataImpl()
1308 getContext().pImpl->InstructionMetadata.count(this) && in getAllMetadataOtherThanDebugLocImpl()
1310 const auto &Info = getContext().pImpl->InstructionMetadata.find(this)->second; in getAllMetadataOtherThanDebugLocImpl()
1378 getContext().pImpl->InstructionMetadata.erase(this); in clearMetadataHashEntries()
1385 getContext().pImpl->GlobalObjectMetadata[this].get(KindID, MDs); in getMetadata()
1398 getContext().pImpl->GlobalObjectMetadata[this].insert(KindID, MD); in addMetadata()
1410 auto &Store = getContext().pImpl->GlobalObjectMetadata[this]; in eraseMetadata()
1424 getContext().pImpl->GlobalObjectMetadata[this].getAll(MDs); in getAllMetadata()
1430 getContext().pImpl->GlobalObjectMetadata.erase(this); in clearMetadata()
1446 return getContext().pImpl->GlobalObjectMetadata[this].lookup(KindID); in getMetadata()