Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DHeaderSearch.h186 std::string ModuleCachePath; variable
331 ModuleCachePath = CachePath; in setModuleCachePath()
335 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
DHeaderSearchOptions.h90 std::string ModuleCachePath; variable
/external/clang/lib/Frontend/
DCompilerInstance.cpp374 getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()
1173 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()
1201 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
DCompilerInvocation.cpp1064 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path); in ParseHeaderSearchArgs()
/external/clang/lib/Lex/
DHeaderSearch.cpp124 if (ModuleCachePath.empty()) in getModuleFileName()
127 SmallString<256> Result(ModuleCachePath); in getModuleFileName()
/external/clang/lib/Driver/
DTools.cpp4020 SmallString<128> ModuleCachePath; in ConstructJob() local
4022 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 …]
/external/clang/lib/Serialization/
DASTReader.cpp3602 StringRef ModuleCachePath in loadGlobalIndex() local
3605 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()
4827 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
DASTWriter.cpp1350 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()