[llvm] [BOLT][AArch64] Support for pointer authentication (PR #117578)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 28 05:11:21 PST 2024


================
@@ -546,6 +548,27 @@ class MCPlusBuilder {
     return Analysis->isCall(Inst) || isTailCall(Inst);
   }
 
+  virtual std::optional<StringRef> getCalleeName(const MCInst &Inst) const {
----------------
paschalis-mpeis wrote:

Could move implementation to the cpp file (of `getCalleeName` and `isNoReturnCall`) if we want to avoid including more headers earlier in this file.

https://github.com/llvm/llvm-project/pull/117578


More information about the llvm-commits mailing list