enum class LangOptions::SignReturnAddressScopeKind
Declared at: clang/include/clang/Basic/LangOptions.h:318
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | No signing for any function. |
NonLeaf | 1 | Sign the return address of functions that spill LR. |
All | 2 | Sign the return address of all functions, |