clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::CodeGen::TBAAPathTag Struct Reference

#include <CodeGenTBAA.h>

Collaboration diagram for clang::CodeGen::TBAAPathTag:
[legend]

Public Member Functions

 TBAAPathTag (const Type *B, const llvm::MDNode *A, uint64_t O)
 

Public Attributes

const TypeBaseT
 
const llvm::MDNode * AccessN
 
uint64_t Offset
 

Detailed Description

Definition at line 35 of file CodeGenTBAA.h.

Constructor & Destructor Documentation

clang::CodeGen::TBAAPathTag::TBAAPathTag ( const Type B,
const llvm::MDNode *  A,
uint64_t  O 
)
inline

Definition at line 36 of file CodeGenTBAA.h.

Member Data Documentation

const llvm::MDNode* clang::CodeGen::TBAAPathTag::AccessN
const Type* clang::CodeGen::TBAAPathTag::BaseT
uint64_t clang::CodeGen::TBAAPathTag::Offset

The documentation for this struct was generated from the following file: