================ @@ -161,6 +164,10 @@ class BoltAddressTranslation { /// Map a function to its secondary entry points vector std::unordered_map<uint64_t, std::vector<uint32_t>> SecondaryEntryPointsMap; + /// Translates a given \p Symbol into a BinaryFunction and + /// Returns a secondary entry point id for a given \p Address and \p Offset. ---------------- maksfb wrote:
```suggestion /// Return a secondary entry point ID for a function located at \p Address and \p Offset within that function. ``` https://github.com/llvm/llvm-project/pull/86219 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits