enum class PrevailingType

Description

PrevailingType enum used as a return type of callback passed to computeDeadSymbolsAndUpdateIndirectCalls. 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:172

Enumerators

NameValueComment
Yes0
No1
Unknown2