Home
last modified time | relevance | path

Searched refs:IsStackProtectorStrong (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h303 bool IsStackProtectorStrong() const in IsStackProtectorStrong() function
305 return cgOption.IsStackProtectorStrong(); in IsStackProtectorStrong()
Dcg_option.h274 bool IsStackProtectorStrong() const in IsStackProtectorStrong() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp598 if (cgFunc->GetCG()->IsStackProtectorStrong() || cgFunc->GetCG()->IsStackProtectorAll()) { in GetSizeOfColdToStk()
662 if (cgFunc->GetCG()->IsStackProtectorStrong() || cgFunc->GetCG()->IsStackProtectorAll()) { in RealStackFrameSize()
715 if (cgFunc->GetCG()->IsStackProtectorStrong() || cgFunc->GetCG()->IsStackProtectorAll()) { in GetCalleeSaveBaseLoc()
Daarch64_proepilog.cpp654 if (cgFunc.GetCG()->IsStackProtectorStrong() || cgFunc.GetCG()->IsStackProtectorAll()) { in GeneratePushRegs()
1143 if (cgFunc.GetCG()->IsStackProtectorStrong() || cgFunc.GetCG()->IsStackProtectorAll()) { in GeneratePopRegs()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phasemanager.cpp503 if (cg->IsStackProtectorStrong() || cg->IsStackProtectorAll() || m.HasPartO2List()) { in PrepareLower()