Create an iterator range over the entries of the llvm.global_dtors array.
Declared in <llvm/ExecutionEngine/Orc/ExecutionUtils.h>
iterator_range<CtorDtorIterator>
getDestructors(Module const& M);
Iterator range over the llvm.global_dtors entries.
| Name | Description |
|---|---|
| M | Module whose llvm.global_dtors array should be iterated. |