HomeSort by relevance Sort by last modified time
    Searched refs:MetadataStore (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
Metadata.cpp 598 DenseMap<const Instruction *, LLVMContextImpl::MDMapTy> &MetadataStore =
599 getContext().pImpl->MetadataStore;
603 MetadataStore.erase(this);
608 LLVMContextImpl::MDMapTy &Info = MetadataStore[this];
626 MetadataStore.erase(this);
645 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
666 (getContext().pImpl->MetadataStore.count(this) > 0)) &&
670 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
674 getContext().pImpl->MetadataStore.erase(this);
697 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this]
    [all...]
LLVMContextImpl.h 340 /// MetadataStore - Collection of per-instruction metadata used in this
342 DenseMap<const Instruction *, MDMapTy> MetadataStore;

Completed in 478 milliseconds