Kinds of control‐flow integrity checks counted by sanitizer stats.
Synopsis
Declared in <llvm/Transforms/Utils/SanitizerStats.h>
enum SanitizerStatKind;
Members
Name |
Description |
|
CFI check on a virtual call. |
|
CFI check on a non‐virtual member call. |
|
CFI check on a cast to a derived type. |
|
CFI check on a cast to an unrelated type. |
|
CFI check on an indirect call. |
Created with MrDocs