Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp37 maplecl::Option<bool> supportFuncSymbol({"--enable-func-symbol"}, variable
Dcg_option.cpp52 bool CGOptions::supportFuncSymbol = false; member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h959 static bool supportFuncSymbol; variable