Searched refs:StructMetadataCache (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp323 if (llvm::MDNode *N = StructMetadataCache[Ty])
331 return StructMetadataCache[Ty] = nullptr;
H A DCodeGenTBAA.h135 /// StructMetadataCache - This maps clang::Types to llvm::MDNodes describing
137 llvm::DenseMap<const Type *, llvm::MDNode *> StructMetadataCache; member in class:clang::CodeGen::CodeGenTBAA

Completed in 73 milliseconds