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

  /external/clang/lib/CodeGen/
CodeGenTBAA.h 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
    [all...]
CodeGenTBAA.cpp 299 TBAAPathTag PathTag = TBAAPathTag(BTy, AccessNode, Offset);

Completed in 75 milliseconds