enum class FunctionReturnThunksKind
Declared at: llvm/include/llvm/Support/CodeGen.h:107
Enumerators
Name | Value | Comment |
---|---|---|
Keep | 0 | No function return thunk. |
Extern | 1 | Replace returns with jump to thunk, don't emit thunk. |
Invalid | 2 | Not used. |
Declared at: llvm/include/llvm/Support/CodeGen.h:107
Name | Value | Comment |
---|---|---|
Keep | 0 | No function return thunk. |
Extern | 1 | Replace returns with jump to thunk, don't emit thunk. |
Invalid | 2 | Not used. |