Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h192 llvm::MDNode *getTBAAStructInfo(QualType QTy);
H A DCodeGenTBAA.cpp408 CodeGenTBAA::getTBAAStructInfo(QualType QTy) { in getTBAAStructInfo() function in CodeGenTBAA
H A DCodeGenModule.h818 llvm::MDNode *getTBAAStructInfo(QualType QTy);
H A DCGExprAgg.cpp2209 if (llvm::MDNode *TBAAStructTag = CGM.getTBAAStructInfo(Ty)) in EmitAggregateCopy()
H A DCodeGenModule.cpp1498 llvm::MDNode *CodeGenModule::getTBAAStructInfo(QualType QTy) { in getTBAAStructInfo() function in CodeGenModule
1501 return TBAA->getTBAAStructInfo(QTy); in getTBAAStructInfo()