Home
last modified time | relevance | path

Searched refs:SpecificModuleCache (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp544 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath() local
545 if (!SpecificModuleCache.empty() && !getHeaderSearchOpts().DisableModuleHash) in getSpecificModuleCachePath()
546 llvm::sys::path::append(SpecificModuleCache, ModuleHash); in getSpecificModuleCachePath()
547 return std::string(SpecificModuleCache.str()); in getSpecificModuleCachePath()