Searched refs:CachedNames (Results 1 – 2 of 2) sorted by relevance
21 auto CacheIt = CachedNames.find(FuncId); in SymbolOrNumber()22 if (CacheIt != CachedNames.end()) in SymbolOrNumber()49 CachedNames[FuncId] = S; in SymbolOrNumber()
31 mutable llvm::DenseMap<int32_t, std::string> CachedNames; variable