Emits and finalizes per‐module sanitizer statistic counters.

Synopsis

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

struct SanitizerStatReport;

Member Functions

Name

Description

SanitizerStatReport [constructor]

Construct a sanitizer statistics report for module M.

create

Generates code into B that increments a location‐specific counter tagged with the given sanitizer kind SK.

finish

Finalize module stats array and add global constructor to register it.

Created with MrDocs