Home
last modified time | relevance | path

Searched refs:getFunctionPointerAuthInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp74 CGPointerAuthInfo CodeGenModule::getFunctionPointerAuthInfo(QualType T) { in getFunctionPointerAuthInfo() function in CodeGenModule
137 return CGM.getFunctionPointerAuthInfo(PointeeType); in getPointerAuthInfoForPointeeType()
345 if (auto PointerAuth = getFunctionPointerAuthInfo(FunctionType)) in getFunctionPointer()
528 CurAuthInfo = CGM.getFunctionPointerAuthInfo(SourceType); in authPointerToPointerCast()
531 NewAuthInfo = CGM.getFunctionPointerAuthInfo(DestType); in authPointerToPointerCast()
554 Ptr.setPointerAuthInfo(CGM.getFunctionPointerAuthInfo(SourceType)); in authPointerToPointerCast()
559 NewAuthInfo = CGM.getFunctionPointerAuthInfo(DestType); in authPointerToPointerCast()
H A DCodeGenModule.h983 CGPointerAuthInfo getFunctionPointerAuthInfo(QualType T);
H A DCGExprConstant.cpp2113 AuthInfo = CGM.getFunctionPointerAuthInfo(DestType); in tryEmitBase()
H A DCGExpr.cpp5594 CGPointerAuthInfo pointerAuth = CGM.getFunctionPointerAuthInfo(functionType); in EmitCallee()