Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc_options.h95 std::string GetOptLogLevelArg() const in GetOptLogLevelArg() function
Dmain.cpp119 std::string optLogLevel(options.GetOptLogLevelArg()); in main()
Dts2abc.cpp1497 … if (!EmitProgram(g_outputFileName, options.GetOptLevelArg(), options.GetOptLogLevelArg(), prog)) { in EmitAndRestoreProgram()
1600 std::string optLogLevel = options.GetOptLogLevelArg(); in GenerateProgram()