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