Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_options.cpp23 maplecl::Option<bool> verboseAsm({"--verbose-asm"},
26 {cgCategory}, maplecl::DisableWith("--no-verbose-asm"));
28 maplecl::Option<bool> verboseCg({"--verbose-cg"},
31 {cgCategory}, maplecl::DisableWith("--no-verbose-cg"));
33 maplecl::Option<bool> cg({"--cg"},
36 {cgCategory}, maplecl::DisableWith("--no-cg"));
38 maplecl::Option<bool> supportFuncSymbol({"--enable-func-symbol"},
41 {cgCategory}, maplecl::DisableWith("--disable-func-symbol"));
43 maplecl::Option<bool> generalRegOnly(
47 {cgCategory}, maplecl
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_options.h27 extern maplecl::Option<bool> verboseAsm;
28 extern maplecl::Option<bool> verboseCg;
29 extern maplecl::Option<bool> cg;
30 extern maplecl::Option<bool> generalRegOnly;
31 extern maplecl::Option<bool> lazyBinding;
32 extern maplecl::Option<bool> hotFix;
33 extern maplecl::Option<bool> yieldpoint;
34 extern maplecl::Option<bool> localRc;
35 extern maplecl::Option<bool> debug;
36 extern maplecl
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/include/
H A Ddriver_options.h24 static maplecl::OptionCategory &driverCategory = maplecl::CommandLine::GetCommandLine().defaultCategory;
26 static maplecl::OptionCategory &clangCategory = maplecl::CommandLine::GetCommandLine().clangCategory;
27 static maplecl::OptionCategory &hir2mplCategory = maplecl::CommandLine::GetCommandLine().hir2mplCategory;
28 static maplecl::OptionCategory &mpl2mplCategory = maplecl::CommandLine::GetCommandLine().mpl2mplCategory;
29 static maplecl::OptionCategory &meCategory = maplecl
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
H A Dcl_ut_test.cpp52 void maplecl::Option<UTCLType>::Clear() in Clear()
58 std::vector<std::string> maplecl::Option<UTCLType>::GetRawValues() in GetRawValues()
64 maplecl::RetCode maplecl::Option<UTCLType>::Parse(ssize_t &argsIndex, const std::deque<std::string_view> &args, in Parse()
68 RetCode err = maplecl::RetCode::noError; in Parse()
71 return maplecl::RetCode::parsingErr; in Parse()
83 err = maplecl::RetCode::noError; in Parse()
86 err = maplecl::RetCode::valueEmpty; in Parse()
97 maplecl::OptionCategory defaultCategory;
98 maplecl
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dcl_option_parser.cpp26 using namespace maplecl;
252 template class maplecl::Option<uint8_t>;
253 template class maplecl::Option<uint16_t>;
254 template class maplecl::Option<uint32_t>;
255 template class maplecl::Option<uint64_t>;
256 template class maplecl::Option<int8_t>;
257 template class maplecl::Option<int16_t>;
258 template class maplecl::Option<int32_t>;
259 template class maplecl::Option<int64_t>;
H A Dcl_option.cpp22 using namespace maplecl;
H A Dcl_parser.cpp28 using namespace maplecl;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlitecg.cpp38 maplecl::CommandLine::GetCommandLine().Parse(litecgOptions, cgCategory); in LiteCG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_parser.h28 namespace maplecl { namespace
138 } // namespace maplecl
H A Dcl_option.h32 namespace maplecl { namespace
68 * maplecl::Option<int32_t> option({"--option"}, "Description", optionalValue);
70 * maplecl::Option<int32_t> option({"--option"}, "Description", ValueExpectedType::kValueOptional);
429 void CopyIfEnabled(T &dst, maplecl::Option<T> &src) in CopyIfEnabled()
504 } // namespace maplecl

Completed in 7 milliseconds