Apply Fn to the list of global destructors of module M.
Synopsis
Declared in <llvm/Transforms/Utils/ModuleUtils.h>
void
transformGlobalDtors(
Module& M,
GlobalCtorTransformFn const& Fn);
Description
Same as transformGlobalCtors(), but for global dtors.
Parameters
Name |
Description |
M |
Module whose global destructors are transformed. |
Fn |
Transform applied to each destructor record. |
Created with MrDocs