clang API Documentation

Functions
CodeGenTBAA.cpp File Reference
#include "CodeGenTBAA.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Attr.h"
#include "clang/AST/Mangle.h"
#include "clang/AST/RecordLayout.h"
#include "clang/Frontend/CodeGenOptions.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Metadata.h"
#include "llvm/IR/Type.h"
Include dependency graph for CodeGenTBAA.cpp:

Go to the source code of this file.

Functions

static bool TypeHasMayAlias (QualType QTy)
static bool isTBAAPathStruct (QualType QTy)
 Check if the given type can be handled by path-aware TBAA.

Function Documentation

static bool isTBAAPathStruct ( QualType  QTy) [static]
static bool TypeHasMayAlias ( QualType  QTy) [static]