[llvm] [BOLT] Gadget scanner: analyze functions without CFG information (PR #133461)

Anatoly Trosinenko via llvm-commits llvm-commits at lists.llvm.org
Mon May 5 07:33:06 PDT 2025


atrosinenko wrote:

@maksfb This PR introduces `instrs()` and `hasLabelAt(Offset)` accessors to the interface of `BinaryFunction`. Are these an appropriate way to expose the contents of a `BinaryFunction` without CFG information?

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


More information about the llvm-commits mailing list