Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmpl2mpl_options.h86 extern maplecl::Option<std::string> checkClInvocation;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp320 maplecl::Option<std::string> checkClInvocation({"--check_cl_invocation"}, variable
Doption.cpp286 maplecl::CopyIfEnabled(classLoaderInvocationList, opts::mpl2mpl::checkClInvocation); in SolveOptions()