Update public type-test calls according to whole-program visibility.
Declared in <llvm/Transforms/IPO/WholeProgramDevirt.h>
void
updatePublicTypeTestCalls(
Module& M,
bool WholeProgramVisibilityEnabledInLTO);
| Name | Description |
|---|---|
| M | Module whose public type-test calls are updated. |
| WholeProgramVisibilityEnabledInLTO | Whether LTO enabled whole-program visibility. |