Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TBAAPathTag

35   struct TBAAPathTag {
36 TBAAPathTag(const Type *B, const llvm::MDNode *A, uint64_t O)
60 llvm::DenseMap<TBAAPathTag, llvm::MDNode *> StructTagMetadataCache;
126 template<> struct DenseMapInfo<clang::CodeGen::TBAAPathTag> {
127 static clang::CodeGen::TBAAPathTag getEmptyKey() {
128 return clang::CodeGen::TBAAPathTag(
134 static clang::CodeGen::TBAAPathTag getTombstoneKey() {
135 return clang::CodeGen::TBAAPathTag(
141 static unsigned getHashValue(const clang::CodeGen::TBAAPathTag &Val) {
147 static bool isEqual(const clang::CodeGen::TBAAPathTag &LHS,
148 const clang::CodeGen::TBAAPathTag &RHS) {