Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DModuleCache.cpp188 Status ModuleCache::Put(const FileSpec &root_dir_spec, const char *hostname, in Put()
212 Status ModuleCache::Get(const FileSpec &root_dir_spec, const char *hostname, in Get()
266 Status ModuleCache::GetAndPut(const FileSpec &root_dir_spec, in GetAndPut()
H A DPlatform.cpp391 m_module_cache(llvm::make_unique<ModuleCache>()) { in Platform()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DModuleCache.h50 class ModuleCache {
H A DPlatform.h33 class ModuleCache; variable
933 const std::unique_ptr<ModuleCache> m_module_cache;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1657 ModuleNotFound, ModuleCache, PrebuiltModulePath, ModuleBuildPragma in loadModule() enumerator
1680 Source = ModuleCache; in loadModule()
1716 unsigned ARRFlags = Source == ModuleCache ? in loadModule()
1729 if (Source != ModuleCache && !Module) { in loadModule()
1748 if (Source != ModuleCache) { in loadModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h109 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
H A DCGDebugInfo.cpp2259 auto ModRef = ModuleCache.find(M); in getOrCreateModuleRef()
2260 if (ModRef != ModuleCache.end()) in getOrCreateModuleRef()
2317 ModuleCache[M].reset(DIMod); in getOrCreateModuleRef()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile530 SRCS+= Target/ModuleCache.cpp