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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 216 if (llvm::MDNode *N = StructMetadataCache[Ty])
224 return StructMetadataCache[Ty] = nullptr;
283 return StructMetadataCache[Ty] = nullptr;
CodeGenTBAA.h 67 /// StructMetadataCache - This maps clang::Types to llvm::MDNodes describing
69 llvm::DenseMap<const Type *, llvm::MDNode *> StructMetadataCache;

Completed in 103 milliseconds