Home
last modified time | relevance | path

Searched refs:MetadataStore (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DMetadata.cpp451 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this]; in setMetadata()
472 getContext().pImpl->MetadataStore.count(this) && in setMetadata()
474 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this]; in setMetadata()
478 getContext().pImpl->MetadataStore.erase(this); in setMetadata()
501 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this]; in getMetadataImpl()
523 getContext().pImpl->MetadataStore.count(this) && in getAllMetadataImpl()
526 getContext().pImpl->MetadataStore.find(this)->second; in getAllMetadataImpl()
541 getContext().pImpl->MetadataStore.count(this) && in getAllMetadataOtherThanDebugLocImpl()
544 getContext().pImpl->MetadataStore.find(this)->second; in getAllMetadataOtherThanDebugLocImpl()
559 getContext().pImpl->MetadataStore.erase(this); in clearMetadataHashEntries()
DLLVMContextImpl.h209 DenseMap<const Instruction *, MDMapTy> MetadataStore; variable