llvm::isCFGuardCall

Return true if CB is a Control Flow Guard check or dispatch call.

Synopsis

Declared in <llvm/Transforms/CFGuard.h>

bool
isCFGuardCall(CallBase const* CB);

Return Value

True if CB is a CFGuard check or dispatch call.

Parameters

NameDescription
CBCall to test for Control Flow Guard instrumentation.