enum class FunctionReturnThunksKind

Declared at: llvm/include/llvm/Support/CodeGen.h:107

Enumerators

NameValueComment
Keep0No function return thunk.
Extern1Replace returns with jump to thunk, don't emit thunk.
Invalid2Not used.