enum class PrevailingType
Description
PrevailingType enum used as a return type of callback passed to computeDeadSymbols. Yes and No values used when status explicitly set by symbols resolution, otherwise status is Unknown.
Declared at: llvm/include/llvm/Transforms/IPO/FunctionImport.h:166
Enumerators
Name | Value | Comment |
---|---|---|
Yes | 0 | |
No | 1 | |
Unknown | 2 |