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