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

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

Completed in 32 milliseconds