Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h40 class ModuleCache; variable
H A DASTWriter.h63 class ModuleCache; variable
H A DASTReader.h92 class ModuleCache; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h45 class ModuleCache; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h137 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h56 class ModuleCache; variable
H A DASTUnit.h73 class ModuleCache; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1498 auto &ModuleCache = ImportingInstance.getModuleCache(); in compileModuleAndReadASTBehindLock() local