LLVM
8.0.1
|
#include "llvm/Transforms/Instrumentation.h"
Public Types | |
enum | Type { SCK_None = 0, SCK_Function, SCK_BB, SCK_Edge } |
Public Member Functions | |
SanitizerCoverageOptions ()=default | |
Public Attributes | |
enum llvm::SanitizerCoverageOptions::Type | CoverageType = SCK_None |
bool | IndirectCalls = false |
bool | TraceBB = false |
bool | TraceCmp = false |
bool | TraceDiv = false |
bool | TraceGep = false |
bool | Use8bitCounters = false |
bool | TracePC = false |
bool | TracePCGuard = false |
bool | Inline8bitCounters = false |
bool | PCTable = false |
bool | NoPrune = false |
bool | StackDepth = false |
Definition at line 179 of file Instrumentation.h.
Enumerator | |
---|---|
SCK_None | |
SCK_Function | |
SCK_BB | |
SCK_Edge |
Definition at line 180 of file Instrumentation.h.
|
default |
enum llvm::SanitizerCoverageOptions::Type llvm::SanitizerCoverageOptions::CoverageType = SCK_None |
Referenced by shouldInstrumentBlock().
Definition at line 186 of file Instrumentation.h.
Referenced by shouldInstrumentBlock().
Definition at line 194 of file Instrumentation.h.
Referenced by shouldInstrumentBlock().
Definition at line 196 of file Instrumentation.h.
Referenced by shouldInstrumentBlock().
Definition at line 195 of file Instrumentation.h.
Referenced by shouldInstrumentBlock().
Definition at line 197 of file Instrumentation.h.
Referenced by shouldInstrumentBlock().
Definition at line 187 of file Instrumentation.h.
Definition at line 188 of file Instrumentation.h.
Referenced by shouldInstrumentBlock().
Definition at line 189 of file Instrumentation.h.
Referenced by shouldInstrumentBlock().
Definition at line 190 of file Instrumentation.h.
Referenced by shouldInstrumentBlock().
Definition at line 192 of file Instrumentation.h.
Referenced by shouldInstrumentBlock().
Definition at line 193 of file Instrumentation.h.
Referenced by shouldInstrumentBlock().
Definition at line 191 of file Instrumentation.h.