Types and flags for ELF call‐graph profile section entries.
Enums
Name |
Description |
Bit flags stored in an ELF call‐graph section entry. |
Using Declarations
Name |
Description |
True when any bit is set in a bitmask enumeration value. |
|
True when no bits are set in a bitmask enumeration value. |
|
Bitwise AND for bitmask enumerations in this namespace. |
|
In‐place bitwise AND for bitmask enumerations in this namespace. |
|
Left shift for bitmask enumerations in this namespace. |
|
In‐place left shift for bitmask enumerations in this namespace. |
|
Right shift for bitmask enumerations in this namespace. |
|
In‐place right shift for bitmask enumerations in this namespace. |
|
Bitwise XOR for bitmask enumerations in this namespace. |
|
In‐place bitwise XOR for bitmask enumerations in this namespace. |
|
Bitwise OR for bitmask enumerations in this namespace. |
|
In‐place bitwise OR for bitmask enumerations in this namespace. |
|
Bitwise NOT for bitmask enumerations in this namespace. |
Created with MrDocs