enum FunctionImporter::ImportFailureReason

Description

The different reasons selectCallee will chose not to import a candidate.

Declared at: llvm/include/llvm/Transforms/IPO/FunctionImport.h:41

Enumerators

NameValueComment
None0
GlobalVar1
NotLive2
TooLarge3
InterposableLinkage4
LocalLinkageNotInModule5
NotEligible6
NoInline7