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

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 243 if (TypeCache.count(ED->getTypeForDecl())) {
248 TypeCache.clear();
292 llvm::DenseMap<const Type *, llvm::Type *>::iterator TCI = TypeCache.find(Ty);
294 if (TCI != TypeCache.end())
505 TypeCache.clear();
571 TypeCache[Ty] = ResultType;
628 TypeCache.clear();
CodeGenTypes.h 99 /// TypeCache - This map keeps cache of llvm::Types
101 llvm::DenseMap<const Type *, llvm::Type *> TypeCache;
CGDebugInfo.h 53 /// TypeCache - Cache of previously constructed Types.
54 llvm::DenseMap<void *, llvm::WeakVH> TypeCache;
CGDebugInfo.cpp 742 TypeCache[ThisPtr.getAsOpaquePtr()] = ThisPtrType;
    [all...]

Completed in 209 milliseconds