Home
last modified time | relevance | path

Searched refs:getPointerAuthInfoForType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp176 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 DCGObjC.cpp1200 CGM.getPointerAuthInfoForType(getterMethod->getReturnType()); in generateObjCGetterBody()
1333 CGM.getPointerAuthInfoForType(getterMethod->getReturnType()); in generateObjCGetterBody()
1531 CGPointerAuthInfo SrcInfo = CGM.getPointerAuthInfoForType(PropertyType); in generateObjCSetterBody()
H A DCodeGenModule.h1050 CGPointerAuthInfo getPointerAuthInfoForType(QualType type);