Home
last modified time | relevance | path

Searched refs:kUseStackProtectorAll (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_option.cpp271 SetOption(kUseStackProtectorAll); in SolveOptions()
728 ClearOption(kUseStackProtectorAll); in EnableO0()
731 SetOption(kUseStackProtectorAll); in EnableO0()
747 ClearOption(kUseStackProtectorAll); in EnableO1()
768 ClearOption(kUseStackProtectorAll); in EnableO2()
810 ClearOption(kUseStackProtectorAll); in EnableLiteCG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h73 kUseStackProtectorAll = 1ULL << 32, enumerator
281 return (options & kUseStackProtectorAll) != 0; in IsStackProtectorAll()