Home
last modified time | relevance | path

Searched refs:stackProtectorAll (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_options.h69 extern maplecl::Option<bool> stackProtectorAll;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp252 maplecl::Option<bool> stackProtectorAll({"--stack-protector-all"}, variable
Dcg_option.cpp270 if (opts::cg::stackProtectorAll.IsEnabledByUser()) { in SolveOptions()