clang API Documentation
#include <CodeGenTBAA.h>
Public Member Functions | |
TBAAPathTag (const Type *B, const llvm::MDNode *A, uint64_t O) | |
Public Attributes | |
const Type * | BaseT |
const llvm::MDNode * | AccessN |
uint64_t | Offset |
Definition at line 38 of file CodeGenTBAA.h.
clang::CodeGen::TBAAPathTag::TBAAPathTag | ( | const Type * | B, |
const llvm::MDNode * | A, | ||
uint64_t | O | ||
) | [inline] |
Definition at line 39 of file CodeGenTBAA.h.
const llvm::MDNode* clang::CodeGen::TBAAPathTag::AccessN |
Definition at line 42 of file CodeGenTBAA.h.
Referenced by llvm::DenseMapInfo< clang::CodeGen::TBAAPathTag >::getHashValue(), and llvm::DenseMapInfo< clang::CodeGen::TBAAPathTag >::isEqual().
Definition at line 41 of file CodeGenTBAA.h.
Referenced by llvm::DenseMapInfo< clang::CodeGen::TBAAPathTag >::getHashValue(), and llvm::DenseMapInfo< clang::CodeGen::TBAAPathTag >::isEqual().
uint64_t clang::CodeGen::TBAAPathTag::Offset |
Definition at line 43 of file CodeGenTBAA.h.
Referenced by llvm::DenseMapInfo< clang::CodeGen::TBAAPathTag >::getHashValue(), and llvm::DenseMapInfo< clang::CodeGen::TBAAPathTag >::isEqual().