Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenTBAA.h111 llvm::MDNode *getTBAAStructInfo(QualType QTy);
HDCodeGenTBAA.cpp213 CodeGenTBAA::getTBAAStructInfo(QualType QTy) { in getTBAAStructInfo() function in CodeGenTBAA
HDCodeGenModule.h647 llvm::MDNode *getTBAAStructInfo(QualType QTy);
HDCGExprAgg.cpp1546 llvm::MDNode *TBAAStructTag = CGM.getTBAAStructInfo(Ty); in EmitAggregateCopy()
HDCodeGenModule.cpp447 llvm::MDNode *CodeGenModule::getTBAAStructInfo(QualType QTy) { in getTBAAStructInfo() function in CodeGenModule
450 return TBAA->getTBAAStructInfo(QTy); in getTBAAStructInfo()