================
@@ -94,6 +100,30 @@ size_t padFunction(const BinaryFunction &Function) {
return 0;
}
+size_t padFunctionBefore(const BinaryFunction &Function) {
----------------
peterwaller-arm wrote:
Done.
https://github.com/llvm/llvm-project/pull/117924