HomeSort by relevance Sort by last modified time
    Searched defs:TypeCache (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.h 61 /// TypeCache - Cache of previously constructed Types.
62 llvm::DenseMap<void *, llvm::WeakVH> TypeCache;
CodeGenTypes.h 105 /// TypeCache - This map keeps cache of llvm::Types
107 llvm::DenseMap<const Type *, llvm::Type *> TypeCache;

Completed in 18 milliseconds