Kinds of control‐flow integrity checks counted by sanitizer stats.

Synopsis

Declared in <llvm/Transforms/Utils/SanitizerStats.h>

enum SanitizerStatKind;

Members

Name

Description

SanStat_CFI_VCall

CFI check on a virtual call.

SanStat_CFI_NVCall

CFI check on a non‐virtual member call.

SanStat_CFI_DerivedCast

CFI check on a cast to a derived type.

SanStat_CFI_UnrelatedCast

CFI check on a cast to an unrelated type.

SanStat_CFI_ICall

CFI check on an indirect call.

Created with MrDocs