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 38 struct TBAAPathTag {
39 TBAAPathTag(const Type *B, const llvm::MDNode *A, uint64_t O)
63 llvm::DenseMap<TBAAPathTag, llvm::MDNode *> StructTagMetadataCache;
129 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...]
CodeGenTBAA.cpp 297 TBAAPathTag PathTag = TBAAPathTag(BTy, AccessNode, Offset);

Completed in 50 milliseconds