Types and flags for ELF call‐graph profile section entries.

Enums

Name

Description

Flags

Bit flags stored in an ELF call‐graph section entry.

Using Declarations

Name

Description

any

True when any bit is set in a bitmask enumeration value.

operator!

True when no bits are set in a bitmask enumeration value.

operator&

Bitwise AND for bitmask enumerations in this namespace.

operator&=

In‐place bitwise AND for bitmask enumerations in this namespace.

operator<<

Left shift for bitmask enumerations in this namespace.

operator<<=

In‐place left shift for bitmask enumerations in this namespace.

operator>>

Right shift for bitmask enumerations in this namespace.

operator>>=

In‐place right shift for bitmask enumerations in this namespace.

operatorˆ

Bitwise XOR for bitmask enumerations in this namespace.

operatorˆ=

In‐place bitwise XOR for bitmask enumerations in this namespace.

operator|

Bitwise OR for bitmask enumerations in this namespace.

operator|=

In‐place bitwise OR for bitmask enumerations in this namespace.

operator~

Bitwise NOT for bitmask enumerations in this namespace.

Created with MrDocs