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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Metadata.cpp 451 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
472 getContext().pImpl->MetadataStore.count(this) &&
474 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
478 getContext().pImpl->MetadataStore.erase(this);
501 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
523 getContext().pImpl->MetadataStore.count(this) &&
526 getContext().pImpl->MetadataStore.find(this)->second;
541 getContext().pImpl->MetadataStore.count(this) &&
544 getContext().pImpl->MetadataStore.find(this)->second;
559 getContext().pImpl->MetadataStore.erase(this)
    [all...]
LLVMContextImpl.h 207 /// MetadataStore - Collection of per-instruction metadata used in this
209 DenseMap<const Instruction *, MDMapTy> MetadataStore;

Completed in 198 milliseconds