Home
last modified time | relevance | path

Searched defs:dumpFunc (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_option.cpp21 std::string MeOption::dumpFunc = "*"; member in maple::MeOption
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_option.h39 static std::string dumpFunc; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_impl.h40 void SetDump(bool dumpFunc) in SetDump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dphase_impl.cpp133 bool dumpFunc = (Options::dumpFunc == "*" || Options::dumpFunc == func->GetName()) && in RunSerial() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h289 const std::string &dumpFunc = CGOptions::GetDumpFunc(); in SetCurrentFunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp42 maplecl::Option<std::string> dumpFunc({"--dump-func"}, variable
Doption.cpp31 std::string Options::dumpFunc = "*"; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp365 maplecl::Option<std::string> dumpFunc( variable
Dcg_phasemanager.cpp59 bool dumpFunc = CGOptions::FuncFilter(func.GetName()); in DumpMIRFunc() local
Dcg_option.cpp39 std::string CGOptions::dumpFunc = "*"; member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h78 static std::string dumpFunc; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1656 static std::string dumpFunc; variable