Searched refs:ModuleCachePath (Results 1 – 8 of 8) sorted by relevance
186 std::string ModuleCachePath; variable331 ModuleCachePath = CachePath; in setModuleCachePath()335 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
90 std::string ModuleCachePath; variable
374 getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()1173 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()1201 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
1064 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path); in ParseHeaderSearchArgs()
124 if (ModuleCachePath.empty()) in getModuleFileName()127 SmallString<256> Result(ModuleCachePath); in getModuleFileName()
4020 SmallString<128> ModuleCachePath; in ConstructJob() local4022 ModuleCachePath = A->getValue(); in ConstructJob()4027 ModuleCachePath = Output.getFilename(); in ConstructJob()4028 llvm::sys::path::replace_extension(ModuleCachePath, ".cache"); in ConstructJob()4029 llvm::sys::path::append(ModuleCachePath, "modules"); in ConstructJob()4030 } else if (ModuleCachePath.empty()) { in ConstructJob()4033 ModuleCachePath); in ConstructJob()4034 llvm::sys::path::append(ModuleCachePath, "org.llvm.clang."); in ConstructJob()4035 appendUserToPath(ModuleCachePath); in ConstructJob()4036 llvm::sys::path::append(ModuleCachePath, "ModuleCache"); in ConstructJob()[all …]
3602 StringRef ModuleCachePath in loadGlobalIndex() local3605 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()4827 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
1350 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()