Home
last modified time | relevance | path

Searched defs:functionSections (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp479 maplecl::Option<bool> functionSections({"--function-sections"}, variable
Dcg_option.cpp106 bool CGOptions::functionSections = false; member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1709 static bool functionSections; variable