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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 246 if (llvm::MDNode *N = StructTypeMetadataCache[Ty])
264 return StructTypeMetadataCache[Ty] = nullptr;
279 return StructTypeMetadataCache[Ty] =
CodeGenTBAA.h 61 llvm::DenseMap<const Type *, llvm::MDNode *> StructTypeMetadataCache;

Completed in 2407 milliseconds