Searched refs:HashStr (Results 1 – 1 of 1) sorted by relevance
291 SmallString<128> HashStr; in getCachedModuleFileNameImpl() local292 llvm::APInt(64, Hash).toStringUnsigned(HashStr, /*Radix*/36); in getCachedModuleFileNameImpl()293 llvm::sys::path::append(Result, ModuleName + "-" + HashStr + ".pcm"); in getCachedModuleFileNameImpl()