Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h186 std::string ModuleCachePath; variable
331 ModuleCachePath = CachePath; in setModuleCachePath()
335 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
H A DHeaderSearchOptions.h90 std::string ModuleCachePath; variable
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp335 getHeaderSearchOpts().ModuleCachePath); in createPreprocessor()
1160 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()
1188 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
H A DCompilerInvocation.cpp1038 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path); in ParseHeaderSearchArgs()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp124 if (ModuleCachePath.empty()) in getModuleFileName()
127 SmallString<256> Result(ModuleCachePath); in getModuleFileName()
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTools.cpp3862 SmallString<128> ModuleCachePath; in ConstructJob() local
3864 ModuleCachePath = A->getValue(); in ConstructJob()
3869 ModuleCachePath = Output.getFilename(); in ConstructJob()
3870 llvm::sys::path::replace_extension(ModuleCachePath, ".cache"); in ConstructJob()
3871 llvm::sys::path::append(ModuleCachePath, "modules"); in ConstructJob()
3872 } else if (ModuleCachePath.empty()) { in ConstructJob()
3875 ModuleCachePath); in ConstructJob()
3876 llvm::sys::path::append(ModuleCachePath, "org.llvm.clang"); in ConstructJob()
3877 llvm::sys::path::append(ModuleCachePath, "ModuleCache"); in ConstructJob()
3880 ModuleCachePath.insert(ModuleCachePath.begin(), Arg, Arg + strlen(Arg)); in ConstructJob()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3575 StringRef ModuleCachePath in loadGlobalIndex() local
3578 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()
4769 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
H A DASTWriter.cpp1337 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()