Searched refs:CachedConstantEntries (Results 1 – 2 of 2) sorted by relevance
46 auto CItr = CachedConstantEntries.find(C->getValue()); in addEntry()47 if (CItr != CachedConstantEntries.end()) in addEntry()63 CachedConstantEntries[C->getValue()] = SymRef; in addEntry()72 CachedConstantEntries.clear(); in clearCache()
46 std::map<int64_t, const MCSymbolRefExpr *> CachedConstantEntries; variable