enum class InstrProfKind
Description
An enum describing the attributes of an instrumented profile.
Declared at: llvm/include/llvm/ProfileData/InstrProf.h:282
Enumerators
Name | Value | Comment |
---|---|---|
Unknown | 0 | |
FrontendInstrumentation | 1 | |
IRInstrumentation | 2 | |
FunctionEntryInstrumentation | 4 | |
ContextSensitive | 8 | |
SingleByteCoverage | 16 | |
FunctionEntryOnly | 32 | |
MemProf | 64 | |
LLVM_BITMASK_LARGEST_ENUMERATOR | 64 |