Searched refs:getPointerAuthInfoForType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGPointerAuth.cpp | 176 static CGPointerAuthInfo getPointerAuthInfoForType(CodeGenModule &CGM, in getPointerAuthInfoForType() function 192 CGPointerAuthInfo CodeGenModule::getPointerAuthInfoForType(QualType T) { in getPointerAuthInfoForType() function in CodeGenModule 193 return ::getPointerAuthInfoForType(*this, T); in getPointerAuthInfoForType() 204 AuthInfo = getPointerAuthInfoForType(CGF.CGM, LV.getType()); in emitLoadOfOrigPointerRValue() 225 getPointerAuthInfoForType(CGM, RefExpr->getType())}; in EmitOrigPointerRValue() 241 return {Value, getPointerAuthInfoForType(CGM, E->getType())}; in EmitOrigPointerRValue() 262 CGPointerAuthInfo CurAuthInfo = getPointerAuthInfoForType(CGM, PointerType); in EmitPointerAuthQualify() 276 CGPointerAuthInfo DestAuthInfo = getPointerAuthInfoForType(CGM, PointerType); in EmitPointerAuthUnqualify() 654 CurAuthInfo = getPointerAuthInfoForType(CGM, SourceType); in authPointerToPointerCast() 657 NewAuthInfo = getPointerAuthInfoForType(CGM, DestType); in authPointerToPointerCast() [all …]
|
| H A D | CGObjC.cpp | 1200 CGM.getPointerAuthInfoForType(getterMethod->getReturnType()); in generateObjCGetterBody() 1333 CGM.getPointerAuthInfoForType(getterMethod->getReturnType()); in generateObjCGetterBody() 1531 CGPointerAuthInfo SrcInfo = CGM.getPointerAuthInfoForType(PropertyType); in generateObjCSetterBody()
|
| H A D | CodeGenModule.h | 1050 CGPointerAuthInfo getPointerAuthInfoForType(QualType type);
|