Searched refs:ModuleCachePath (Results 1 – 8 of 8) sorted by relevance
186 std::string ModuleCachePath; variable327 ModuleCachePath = CachePath; in setModuleCachePath()331 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
90 std::string ModuleCachePath; variable
335 getHeaderSearchOpts().ModuleCachePath); in createPreprocessor()1136 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()1164 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
979 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path); in ParseHeaderSearchArgs()
123 if (ModuleCachePath.empty()) in getModuleFileName()126 SmallString<256> Result(ModuleCachePath); in getModuleFileName()
3615 SmallString<128> ModuleCachePath; in ConstructJob() local3617 ModuleCachePath = A->getValue(); in ConstructJob()3622 ModuleCachePath = Output.getFilename(); in ConstructJob()3623 llvm::sys::path::replace_extension(ModuleCachePath, ".cache"); in ConstructJob()3624 llvm::sys::path::append(ModuleCachePath, "modules"); in ConstructJob()3625 } else if (ModuleCachePath.empty()) { in ConstructJob()3628 ModuleCachePath); in ConstructJob()3629 llvm::sys::path::append(ModuleCachePath, "org.llvm.clang"); in ConstructJob()3630 llvm::sys::path::append(ModuleCachePath, "ModuleCache"); in ConstructJob()3633 ModuleCachePath.insert(ModuleCachePath.begin(), Arg, Arg + strlen(Arg)); in ConstructJob()[all …]
3413 StringRef ModuleCachePath in loadGlobalIndex() local3416 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()4651 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
1198 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()