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

/external/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.h611 llvm::MDNode *getTBAAStructInfo(QualType QTy);
H A DCGExprAgg.cpp1488 llvm::MDNode *TBAAStructTag = CGM.getTBAAStructInfo(Ty);
H A DCodeGenModule.cpp414 llvm::MDNode *CodeGenModule::getTBAAStructInfo(QualType QTy) { function in class:CodeGenModule
417 return TBAA->getTBAAStructInfo(QTy);

Completed in 2515 milliseconds