Searched refs:annotationCache (Results 1 – 1 of 1) sorted by relevance
38 static ManagedStatic<per_module_annot_t> annotationCache; variable43 annotationCache->erase(Mod); in clearAnnotationCache()96 if ((*annotationCache).find(m) != (*annotationCache).end()) in cacheAnnotationFromMD()97 (*annotationCache)[m][gv] = std::move(tmp); in cacheAnnotationFromMD()101 (*annotationCache)[m] = std::move(tmp1); in cacheAnnotationFromMD()109 if ((*annotationCache).find(m) == (*annotationCache).end()) in findOneNVVMAnnotation()111 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()) in findOneNVVMAnnotation()113 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findOneNVVMAnnotation()115 retval = (*annotationCache)[m][gv][prop][0]; in findOneNVVMAnnotation()123 if ((*annotationCache).find(m) == (*annotationCache).end()) in findAllNVVMAnnotation()[all …]