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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 100 if (llvm::MDNode *N = MetadataCache[Ty])
133 return MetadataCache[Ty] =
142 return MetadataCache[Ty] = createTBAAScalarType("any pointer",
153 return MetadataCache[Ty] = getChar();
158 return MetadataCache[Ty] = createTBAAScalarType(OutName, getChar());
162 return MetadataCache[Ty] = getChar();
CodeGenTBAA.h 57 /// MetadataCache - This maps clang::Types to scalar llvm::MDNodes describing
59 llvm::DenseMap<const Type *, llvm::MDNode *> MetadataCache;

Completed in 225 milliseconds