Home
last modified time | relevance | path

Searched defs:litecgOptions (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.h36 const std::vector<std::string> &litecgOptions; variable
Dlitecg_codegen.cpp40 const std::vector<std::string> &litecgOptions) in LiteCGAssembler()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlitecg.cpp26 LiteCG::LiteCG(Module &mirModule, const std::vector<std::string> &litecgOptions) : module(mirModule) in LiteCG()