Searched refs:getTBAAStructInfo (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.h109 /// getTBAAStructInfo - Get the TBAAStruct MDNode to be used for a memcpy of
111 llvm::MDNode *getTBAAStructInfo(QualType QTy);
H A DCodeGenTBAA.cpp213 CodeGenTBAA::getTBAAStructInfo(QualType QTy) { function in class:CodeGenTBAA
H A DCodeGenModule.h549 llvm::MDNode *getTBAAStructInfo(QualType QTy);
H A DCGExprAgg.cpp1468 llvm::MDNode *TBAAStructTag = CGM.getTBAAStructInfo(Ty);
H A DCodeGenModule.cpp301 llvm::MDNode *CodeGenModule::getTBAAStructInfo(QualType QTy) { function in class:CodeGenModule
304 return TBAA->getTBAAStructInfo(QTy);

Completed in 129 milliseconds