Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h188 llvm::MDNode *getTBAAStructInfo(QualType QTy);
H A DCodeGenTBAA.cpp323 CodeGenTBAA::getTBAAStructInfo(QualType QTy) { in getTBAAStructInfo() function in CodeGenTBAA
H A DCodeGenModule.h797 llvm::MDNode *getTBAAStructInfo(QualType QTy);
H A DCGExprAgg.cpp2218 if (llvm::MDNode *TBAAStructTag = CGM.getTBAAStructInfo(Ty)) in EmitAggregateCopy()
H A DCodeGenModule.cpp1399 llvm::MDNode *CodeGenModule::getTBAAStructInfo(QualType QTy) { in getTBAAStructInfo() function in CodeGenModule
1402 return TBAA->getTBAAStructInfo(QTy); in getTBAAStructInfo()