Searched refs:TBAAPathTag (Results 1 – 2 of 2) sorted by relevance
38 struct TBAAPathTag { struct39 TBAAPathTag(const Type *B, const llvm::MDNode *A, uint64_t O) in TBAAPathTag() argument63 llvm::DenseMap<TBAAPathTag, llvm::MDNode *> StructTagMetadataCache; argument129 template<> struct DenseMapInfo<clang::CodeGen::TBAAPathTag> {130 static clang::CodeGen::TBAAPathTag getEmptyKey() {131 return clang::CodeGen::TBAAPathTag(137 static clang::CodeGen::TBAAPathTag getTombstoneKey() {138 return clang::CodeGen::TBAAPathTag(144 static unsigned getHashValue(const clang::CodeGen::TBAAPathTag &Val) {150 static bool isEqual(const clang::CodeGen::TBAAPathTag &LHS,[all …]
297 TBAAPathTag PathTag = TBAAPathTag(BTy, AccessNode, Offset); in getTBAAStructTagInfo()