Return true if GV is a Control Flow Guard runtime function.

Synopsis

Declared in <llvm/Transforms/CFGuard.h>

bool
isCFGuardFunction(GlobalValue const* GV);

Return Value

True if GV is __guard_check_icall_fptr or __guard_dispatch_icall_fptr.

Parameters

Name

Description

GV

Global value to test for a Control Flow Guard guard function.

Created with MrDocs