llvm::updatePublicTypeTestCalls

Update public type-test calls according to whole-program visibility.

Synopsis

Declared in <llvm/Transforms/IPO/WholeProgramDevirt.h>

void
updatePublicTypeTestCalls(
    Module& M,
    bool WholeProgramVisibilityEnabledInLTO);

Parameters

NameDescription
MModule whose public type-test calls are updated.
WholeProgramVisibilityEnabledInLTOWhether LTO enabled whole-program visibility.