Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp149 static CGPointerAuthInfo getPointerAuthInfoForType(CodeGenModule &CGM, in getPointerAuthInfoForType() function
165 CGPointerAuthInfo CodeGenModule::getPointerAuthInfoForType(QualType T) { in getPointerAuthInfoForType() function in CodeGenModule
166 return ::getPointerAuthInfoForType(*this, T); in getPointerAuthInfoForType()
517 CurAuthInfo = getPointerAuthInfoForType(CGM, SourceType); in authPointerToPointerCast()
520 NewAuthInfo = getPointerAuthInfoForType(CGM, DestType); in authPointerToPointerCast()
542 CurAuthInfo = getPointerAuthInfoForType(CGM, SourceType); in authPointerToPointerCast()
545 NewAuthInfo = getPointerAuthInfoForType(CGM, DestType); in authPointerToPointerCast()
H A DCodeGenModule.h989 CGPointerAuthInfo getPointerAuthInfoForType(QualType type);