• Home
  • Raw
  • Download

Lines Matching refs:getContext

134   LLVMContextImpl *pImpl = getType()->getContext().pImpl;  in ~MDNode()
292 assert(!N->getContext().pImpl->MDNodeSet.RemoveNode(N) && in deleteTemporary()
294 assert(!N->getContext().pImpl->NonUniquedMDNodes.erase(N) && in deleteTemporary()
321 LLVMContextImpl *pImpl = getType()->getContext().pImpl; in setIsNotUniqued()
357 LLVMContextImpl *pImpl = getType()->getContext().pImpl; in replaceOperand()
516 return MDNode::get(A->getContext(), EndPoints); in getMostGenericRange()
577 setMetadata(getContext().getMDKindID(Kind), Node); in setMetadata()
581 return getMetadataImpl(getContext().getMDKindID(Kind)); in getMetadataImpl()
598 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this]; in setMetadata()
619 getContext().pImpl->MetadataStore.count(this)) && in setMetadata()
623 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this]; in setMetadata()
627 getContext().pImpl->MetadataStore.erase(this); in setMetadata()
646 return DbgLoc.getAsMDNode(getContext()); in getMetadataImpl()
650 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this]; in getMetadataImpl()
667 DbgLoc.getAsMDNode(getContext()))); in getAllMetadataImpl()
672 getContext().pImpl->MetadataStore.count(this) && in getAllMetadataImpl()
675 getContext().pImpl->MetadataStore.find(this)->second; in getAllMetadataImpl()
690 getContext().pImpl->MetadataStore.count(this) && in getAllMetadataOtherThanDebugLocImpl()
693 getContext().pImpl->MetadataStore.find(this)->second; in getAllMetadataOtherThanDebugLocImpl()
706 getContext().pImpl->MetadataStore.erase(this); in clearMetadataHashEntries()