Searched defs:CachePath (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderSearch.h | 421 setModuleCachePath(StringRef CachePath) setModuleCachePath() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 220 SmallString<256> CachePath(Dir); getPrebuiltImplicitModuleFileName() local 239 getCachedModuleFileNameImpl(StringRef ModuleName,StringRef ModuleMapPath,StringRef CachePath) getCachedModuleFileNameImpl() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 362 ModuleCacheEntry(StringRef CachePath,const ModuleSummaryIndex & Index,StringRef ModuleID,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGVSummaries,unsigned OptLevel,bool Freestanding,const TargetMachineBuilder & TMBuilder) ModuleCacheEntry() argument
|