Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dmain.cpp111 if ((options.GetOptLevelArg() < static_cast<int>(panda::ts2abc::OptLevel::O_LEVEL0)) || in main()
112 (options.GetOptLevelArg() > static_cast<int>(panda::ts2abc::OptLevel::O_LEVEL2))) { in main()
Dts2abc_options.h80 int GetOptLevelArg() const in GetOptLevelArg() function
Dts2abc.cpp1497 … if (!EmitProgram(g_outputFileName, options.GetOptLevelArg(), options.GetOptLogLevelArg(), prog)) { in EmitAndRestoreProgram()
1599 int optLevel = options.GetOptLevelArg(); in GenerateProgram()