HookSourceA hook is a place where functions are registered. These functions are called when some events happen. This is useful to execute imperative actions such as loading/storing data to files, opening or cleaning resources, etc.
A hook containing functions called with a 'a argument (often unit).
Add a function to be called when the hook is run. The name is used for debugging purposes.
This hook runs once, after the command line has been parsed, essential utilities (e.g. logging) is setup, and the library has been initialized.
This hook runs once, after the domain for the analysis has been built