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 634 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
655 getContext().pImpl->MetadataStore.count(this)) &&
659 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
663 getContext().pImpl->MetadataStore.erase(this);
686 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
708 getContext().pImpl->MetadataStore.count(this) &&
711 getContext().pImpl->MetadataStore.find(this)->second;
726 getContext().pImpl->MetadataStore.count(this) &&
729 getContext().pImpl->MetadataStore.find(this)->second;
742 getContext().pImpl->MetadataStore.erase(this)
    [all...]
LLVMContextImpl.h 331 /// MetadataStore - Collection of per-instruction metadata used in this
333 DenseMap<const Instruction *, MDMapTy> MetadataStore;

Completed in 105 milliseconds