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 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
619 getContext().pImpl->MetadataStore.count(this)) &&
623 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
627 getContext().pImpl->MetadataStore.erase(this);
650 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
672 getContext().pImpl->MetadataStore.count(this) &&
675 getContext().pImpl->MetadataStore.find(this)->second;
690 getContext().pImpl->MetadataStore.count(this) &&
693 getContext().pImpl->MetadataStore.find(this)->second;
706 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 506 milliseconds