enum CfiFunctionLinkage
Description
The type of CFI jumptable needed for a function.
Declared at: llvm/include/llvm/Analysis/TypeMetadataUtils.h:25
Enumerators
Name | Value | Comment |
---|---|---|
CFL_Definition | 0 | |
CFL_Declaration | 1 | |
CFL_WeakDeclaration | 2 |
The type of CFI jumptable needed for a function.
Declared at: llvm/include/llvm/Analysis/TypeMetadataUtils.h:25
Name | Value | Comment |
---|---|---|
CFL_Definition | 0 | |
CFL_Declaration | 1 | |
CFL_WeakDeclaration | 2 |