ΒΆvoid prune(llvm::jitlink::LinkGraph& G)

Description

Removes dead symbols/blocks/addressables. Finds the set of symbols and addressables reachable from any symbol initially marked live. All symbols/addressables not marked live at the end of this process are removed.

Declared at: llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.h:154

Parameters

llvm::jitlink::LinkGraph& G