Lines Matching refs:pImpl

66   getType()->getContext().pImpl->MetadataAsValues.erase(MD);  in ~MetadataAsValue()
105 auto *&Entry = Context.pImpl->MetadataAsValues[MD]; in get()
114 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists()
121 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata()
337 auto &Store = Context.pImpl->ValuesAsMetadata; in SalvageDebugInfo()
499 auto *&Entry = Context.pImpl->ValuesAsMetadata[V]; in get()
516 return V->getContext().pImpl->ValuesAsMetadata.lookup(V); in getIfExists()
522 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion()
545 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW()
601 auto &Store = Context.pImpl->MDStringCache; in get()
1006 return uniquifyImpl(SubclassThis, getContext().pImpl->CLASS##s); \ in uniquify()
1018 getContext().pImpl->CLASS##s.erase(cast<CLASS>(this)); \ in eraseFromStore()
1029 if (auto *N = getUniqued(Context.pImpl->MDTuples, Key)) in getImpl()
1040 Storage, Context.pImpl->MDTuples); in getImpl()
1068 getContext().pImpl->DistinctMDNodes.push_back(this); in storeDistinctInContext()
1464 const MDAttachments &Attachements = Ctx.pImpl->ValueMetadata.at(this); in getMetadataImpl()
1470 getContext().pImpl->ValueMetadata.at(this).get(KindID, MDs); in getMetadata()
1481 assert(getContext().pImpl->ValueMetadata.count(this) && in getAllMetadata()
1483 const MDAttachments &Info = getContext().pImpl->ValueMetadata.at(this); in getAllMetadata()
1493 MDAttachments &Info = getContext().pImpl->ValueMetadata[this]; in setMetadata()
1502 assert((HasMetadata == (getContext().pImpl->ValueMetadata.count(this) > 0)) && in setMetadata()
1506 MDAttachments &Info = getContext().pImpl->ValueMetadata.find(this)->second; in setMetadata()
1512 getContext().pImpl->ValueMetadata.erase(this); in setMetadata()
1526 getContext().pImpl->ValueMetadata[this].insert(KindID, MD); in addMetadata()
1538 MDAttachments &Store = getContext().pImpl->ValueMetadata.find(this)->second; in eraseMetadata()
1549 auto &MetadataStore = getContext().pImpl->ValueMetadata; in eraseMetadataIf()
1563 assert(getContext().pImpl->ValueMetadata.count(this) && in clearMetadata()
1565 getContext().pImpl->ValueMetadata.erase(this); in clearMetadata()
1606 auto &IDToInstrs = getContext().pImpl->AssignmentIDToInstrs; in updateDIAssignIDMapping()
1712 const MDAttachments &Info = getContext().pImpl->ValueMetadata.at(this); in getAAMetadata()