[llvm-branch-commits] [llvm] [BOLT] Use BAT for YAML profile call target information (PR #86219)

Maksim Panchenko via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Apr 5 15:18:49 PDT 2024


================
@@ -123,6 +124,12 @@ class BoltAddressTranslation {
   std::unordered_map<uint32_t, std::vector<uint32_t>>
   getBFBranches(uint64_t FuncOutputAddress) const;
 
+  /// For a given \p Symbol in the output binary, returns a corresponding pair
+  /// of parent BinaryFunction and secondary entry point in it.
----------------
maksfb wrote:

Update comment with `Offset` info.

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


More information about the llvm-branch-commits mailing list