Home
last modified time | relevance | path

Searched refs:dumpFunc (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
H A Dme_option.h39 static std::string dumpFunc; member in maple::MeOption
56 (MeOption::dumpFunc.compare("*") == 0 || (f).GetName() == MeOption::dumpFunc))
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Doption.h71 return dumpFunc != "*" && dumpFunc != ""; in DumpFunc()
84 static std::string dumpFunc; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
H A Dphase_impl.h39 void SetDump(bool dumpFunc) in SetDump() argument
41 dump = dumpFunc; in SetDump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
H A Dme_option.cpp21 std::string MeOption::dumpFunc = "*"; member in maple::MeOption
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_option.h392 return dumpFunc; in GetDumpFunc()
397 return ((dumpFunc.compare("*") == 0) || (func.find(CGOptions::dumpFunc.c_str()) != std::string::npos)); in IsDumpFunc()
402 dumpFunc = func; in SetDumpFunc()
897 static std::string dumpFunc; member in maplebe::CGOptions
H A Dcg_options.h51 extern maplecl::Option<std::string> dumpFunc;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_option.cpp38 std::string CGOptions::dumpFunc = "*"; member in maplebe::CGOptions
133 if (opts::cg::dumpFunc.IsEnabledByUser()) { in SolveOptions()
134 SetDumpFunc(opts::cg::dumpFunc); in SolveOptions()
417 return dumpFunc == "*" || dumpFunc == name; in FuncFilter()
H A Dcg_options.cpp132 maplecl::Option<std::string> dumpFunc(
H A Dcg_phasemanager.cpp58 bool dumpFunc = CGOptions::FuncFilter(func.GetName()); in DumpMIRFunc() local
60 if (printAlways || (dumpAll && dumpFunc)) { in DumpMIRFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Doption.cpp30 std::string Options::dumpFunc = "*"; member in maple::Options

Completed in 6 milliseconds