Package ghidra.program.util
Class FunctionMerge
java.lang.Object
ghidra.program.util.FunctionMerge
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
replaceFunctionsNames
(AddressSetView originAddressSet, TaskMonitor monitor) static void
replaceFunctionsNames
(ProgramMerge pgmMerge, AddressSetView addressSet, TaskMonitor monitor)
-
Constructor Details
-
FunctionMerge
-
-
Method Details
-
replaceFunctionsNames
public void replaceFunctionsNames(AddressSetView originAddressSet, TaskMonitor monitor) throws CancelledException - Throws:
CancelledException
-
replaceFunctionsNames
public static void replaceFunctionsNames(ProgramMerge pgmMerge, AddressSetView addressSet, TaskMonitor monitor) throws CancelledException - Throws:
CancelledException
-