================
@@ -126,6 +126,12 @@ uint16_t getPointerAuthDeclDiscriminator(CodeGenModule 
&CGM, GlobalDecl GD);
 uint16_t getPointerAuthTypeDiscriminator(CodeGenModule &CGM,
                                          QualType FunctionType);
 
+/// Return a signed constant pointer.
+llvm::Constant *getConstantSignedPointer(CodeGenModule &CGM,
+                                         llvm::Constant *pointer, unsigned key,
----------------
ahmedbougacha wrote:

We should capitalize the names to match the other code (both in the .h and the 
.cpp), while we're here

https://github.com/llvm/llvm-project/pull/154453
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to