HomeSort by: relevance | last modified time | path
    Searched refs:CachedNames (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
func-id-helper.cpp 21 auto CacheIt = CachedNames.find(FuncId);
22 if (CacheIt != CachedNames.end())
49 CachedNames[FuncId] = S;
func-id-helper.h 31 mutable llvm::DenseMap<int32_t, std::string> CachedNames;

Completed in 18 milliseconds